Méthode SfcUtility.GetUrn

Ne faites pas directement référence à 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

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

Valeur de retour

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

Voir aussi

Référence

SfcUtility Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc