DacServerInformation.IsFileDirectorySupported Property
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 (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'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
Property Value
Type: Boolean
True if file folders can be specified; otherwise, False.