Compartilhar via


Propriedade do RDL IsFileDirectorySupported

Specifies whether the instance of the Database Engine supports specifying database file folders when deploying a DAC.

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

Sintaxe

'Declaração
Public ReadOnly Property IsFileDirectorySupported As Boolean
    Get
'Uso
Dim instance As DacServerInformation
Dim value As Boolean

value = instance.IsFileDirectorySupported
public bool IsFileDirectorySupported { get; }
public:
property bool IsFileDirectorySupported {
    bool get ();
}
member IsFileDirectorySupported : bool
function get IsFileDirectorySupported () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean that specifies True if file folders can be specified. False otherwise.