Gets the Urn reference from the specified instance. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Function GetUrn ( _
instance As Object _
) As Urn
用法
Dim instance As SfcReferenceAttribute
Dim instance As Object
Dim returnValue As Urn
returnValue = instance.GetUrn(instance)
public Urn GetUrn(
Object instance
)
public:
Urn^ GetUrn(
Object^ instance
)
member GetUrn :
instance:Object -> Urn
public function GetUrn(
instance : Object
) : Urn
参数
- instance
类型:System.Object
The instance to get the Urn.
返回值
类型:Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The Urn reference or < languageKeyword>null</languageKeyword> if the attribute does not have a path expression defined.