次の方法で共有


EnumObject.Urn プロパティ

要求の処理中にのみ有効なプロパティを取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
現在の要求の XPath 式を保持します。

関連項目

参照

EnumObject クラス

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