Propriété Extractable
Gets a Boolean value that specifies whether a DAC package can be extracted from the database.
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Extractable As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : 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.
Voir aussi