Compartir a través de


SmoEventArgs.Urn Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Urn As Urn 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

SmoEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo