Partager via


Propriété SmoEventArgs.Urn

Gets the Uniform Resource Name (URN) address of SMO event.

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

Syntaxe

'Déclaration
Public ReadOnly Property Urn As Urn 
    Get
'Utilisation
Dim instance As SmoEventArgs 
Dim value As Urn 

value = instance.Urn
public Urn Urn { get; }
public:
property Urn^ Urn {
    Urn^ get ();
}
member Urn : Urn
function get Urn () : Urn

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN address.

Exemples

Gestion des événements SMO

Voir aussi

Référence

SmoEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo