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.