共用方式為


GetUrn 方法

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function GetUrn ( _
    obj As Object _
) As String
'用途
Dim obj As Object
Dim returnValue As String

returnValue = SfcUtility.GetUrn(obj)
public static string GetUrn(
    Object obj
)
public:
static String^ GetUrn(
    Object^ obj
)
static member GetUrn : 
        obj:Object -> string 
public static function GetUrn(
    obj : Object
) : String

參數

傳回值

型別:System. . :: . .String
An object to get from the specified Urn.