Freigeben über


EnumObject.Urn-Eigenschaft

Gets or sets the property that lives only while the request is serviced. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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)

Eigenschaftswert

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

Siehe auch

Verweis

EnumObject Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace