IsDetachDatabaseSupported プロパティ
データベース エンジンのインスタンスで、DAC 削除時にデータベースをデタッチするオプションがサポートされるかどうかを示します。
名前空間: Microsoft.SqlServer.Management.Dac
アセンブリ: Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)
構文
'宣言
Public ReadOnly Property IsDetachDatabaseSupported As Boolean
Get
'使用
Dim instance As DacServerInformation
Dim value As Boolean
value = instance.IsDetachDatabaseSupported
public bool IsDetachDatabaseSupported { get; }
public:
property bool IsDetachDatabaseSupported {
bool get ();
}
member IsDetachDatabaseSupported : bool
function get IsDetachDatabaseSupported () : boolean
プロパティ値
型: System. . :: . .Boolean
Boolean です。データベースをデタッチするオプションがサポートされる場合は True、それ以外の場合は False です。