Partilhar via


Propriedade do RDL IDmfObjectInfo.RootPath

Gets the path of the root object.

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

Sintaxe

'Declaração
ReadOnly Property RootPath As String 
    Get
'Uso
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

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

IDmfObjectInfo Interface

Namespace Microsoft.SqlServer.Management.Facets