Свойство 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.
См. также