Propriedade do RDL Extractable
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 (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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 da propriedade
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.
Consulte também