Share via


SmoEventArgs.Urn Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Urn As Urn 
    Get
'Usage
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

Property Value

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

Examples

Handling SMO Events

See Also

Reference

SmoEventArgs Class

Microsoft.SqlServer.Management.Smo Namespace