다음을 통해 공유


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.