Partager via


Propriété IsFileDirectorySupported

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsFileDirectorySupported As Boolean
    Get
'Utilisation
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

Valeur de propriété

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