Extractable 속성
Gets a Boolean value that specifies whether a DAC package can be extracted from the database.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public ReadOnly Property Extractable As Boolean
Get
‘사용 방법
Dim instance As DacDatabaseInformation
Dim value As Boolean
value = instance.Extractable
public bool Extractable { get; }
public:
property bool Extractable {
bool get ();
}
member Extractable : bool
function get Extractable () : boolean
속성 값
유형: System. . :: . .Boolean
A Boolean value that specifies whether a DAC package can be extracted from the database. If True, a DAC package can be extracted.