IDmfObjectInfo.RootPath プロパティ

ルート オブジェクトのパスを取得します。

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

構文

'宣言
ReadOnly Property RootPath As String 
    Get
'使用
Dim instance As IDmfObjectInfo 
Dim value As String 

value = instance.RootPath
string RootPath { get; }
property String^ RootPath {
    String^ get ();
}
abstract RootPath : string
function get RootPath () : String

プロパティ値

型: System.String
ルート オブジェクトのパスを示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

IDmfObjectInfo インターフェイス

Microsoft.SqlServer.Management.Facets 名前空間