Méthode IAlienObject.GetUrn

Obtient l'URN (Uniform Resource Name) de l'objet. 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.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Private Function GetUrn As Urn Implements IAlienObject.GetUrn
'Utilisation
Dim instance As SqlSmoObject
Dim returnValue As Urn

returnValue = CType(instance, IAlienObject).GetUrn()
Urn IAlienObject.GetUrn()
private:
virtual Urn^ GetUrn() sealed = IAlienObject::GetUrn
private abstract GetUrn : unit -> Urn 
private override GetUrn : unit -> Urn 
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
Urn qui représente l'URN (Unified Resource Name) de l'objet.

Implémente

IAlienObject. . :: . .GetUrn() () () ()