Compartilhar via


Propriedade do RDL Server.RootDirectory

Gets the RootDirectory property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RootDirectory As String 
    Get
'Uso
Dim instance As Server 
Dim value As String 

value = instance.RootDirectory
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string RootDirectory { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property String^ RootDirectory {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract RootDirectory : string
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override RootDirectory : string
final function get RootDirectory () : String

Valor da propriedade

Tipo: System.String
The RootDirectory property value.

Implementa

IServerInformation.RootDirectory

Consulte também

Referência

Server Classe

Namespace Microsoft.SqlServer.Management.Smo