DacDatabaseInformation.Extractable Property
Gets a Boolean value that specifies whether a DAC package can be extracted from the database.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property Extractable As Boolean
Get
'Usage
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
Property Value
Type: Boolean
A Boolean value that specifies whether a DAC package can be extracted from the database. If True, a DAC package can be extracted.