SfcInstance.Urn プロパティ

SfcInstance オブジェクトの URN (Uniform Resource Name) を返します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property Urn As Urn 
    Get
'使用
Dim instance As SfcInstance 
Dim value As Urn 

value = instance.Urn
public Urn Urn { get; }
public:
property Urn^ Urn {
    Urn^ get ();
}
member Urn : Urn
function get Urn () : Urn

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
オブジェクトの Urn です。

関連項目

参照

SfcInstance クラス

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