共用方式為


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.