Méthode SfcReferenceAttribute.GetUrn
Gets the Urn reference from the specified instance. 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.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function GetUrn ( _
instance As Object _
) As Urn
'Utilisation
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
Paramètres
- instance
Type : System.Object
The instance to get the Urn.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The Urn reference or < languageKeyword>null</languageKeyword> if the attribute does not have a path expression defined.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata