Freigeben über


SfcUtility.GetUrn-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared Function GetUrn ( _
    obj As Object _
) As String
'Usage
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

Parameter

  • obj
    Typ: System.Object
    The specified object that describes the Object.

Rückgabewert

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

Siehe auch

Verweis

SfcUtility Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace