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

'Declaration
Public ReadOnly Property IsFileDirectorySupported As Boolean
    Get
'Usage
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: System.Boolean
True if file folders can be specified; otherwise, False.

See Also

Reference

DacServerInformation Class

Microsoft.SqlServer.Management.Dac Namespace