Compartir a través de


Extractable Propiedad

Gets a Boolean value that specifies whether a DAC package can be extracted from the database.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property Extractable As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: 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.