Share via


EnumObject.Urn Property

Gets or sets the property that lives only while the request is serviced. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Friend Property Urn As Urn 
    Get 
    Set
'Usage
Dim value As Urn 

value = Me.Urn 

Me.Urn = value
protected internal Urn Urn { get; set; }
protected public:
property Urn^ Urn {
    Urn^ get ();
    void set (Urn^ value);
}
member Urn : Urn with get, set
function get Urn () : Urn 
function set Urn (value : Urn)

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Holds the xpath expression for the current request.

See Also

Reference

EnumObject Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace