Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 MustOverride Function GetUrn ( _
reference As Object _
) As Urn
'Utilisation
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim returnValue As Urn
returnValue = instance.GetUrn(reference)
public abstract Urn GetUrn(
Object reference
)
public:
virtual Urn^ GetUrn(
Object^ reference
) abstract
abstract GetUrn :
reference:Object -> Urn
public abstract function GetUrn(
reference : Object
) : Urn
Paramètres
- reference
Type : System.Object
The reference of the provider.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The urn of the specified object.