Proprietà IDmfObjectInfo.RootPath

Gets the path of the root object.

Spazio dei nomi  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
ReadOnly Property RootPath As String 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

IDmfObjectInfo Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Facets