Partager via


Méthode GetUrn

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Function GetUrn ( _
    obj As Object _
) As String
'Utilisation
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

Paramètres

Valeur de retour

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