IsFileDirectorySupported 属性

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

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property IsFileDirectorySupported As Boolean
    Get
用法
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

属性值

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