共用方式為


EnumObject.Urn 屬性

Gets or sets the property that lives only while the request is serviced. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Protected Friend Property Urn As Urn 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

EnumObject 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間