Freigeben über


IDmfObjectInfo.RootPath-Eigenschaft

Gets the path of the root object.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
ReadOnly Property RootPath As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
A String value that specifies the path of the root object.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

IDmfObjectInfo Schnittstelle

Microsoft.SqlServer.Management.Facets-Namespace