DeployedDac.ContainsOverUtilizedVolumes プロパティ

配置済み DAC に使用率が高いボリュームが含まれるかどうかを示す値を取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ContainsOverUtilizedVolumes As Boolean 
    Get
'使用
Dim instance As DeployedDac 
Dim value As Boolean 

value = instance.ContainsOverUtilizedVolumes
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool ContainsOverUtilizedVolumes { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool ContainsOverUtilizedVolumes {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ContainsOverUtilizedVolumes : bool
function get ContainsOverUtilizedVolumes () : boolean

プロパティ値

型: System.Boolean
配置済み DAC に使用率が高いボリュームが含まれるかどうかを示す Boolean 値です。true の場合、配置済み DAC に使用率が高いボリュームが含まれます。それ以外の場合は false です。

関連項目

参照

DeployedDac クラス

Microsoft.SqlServer.Management.Utility 名前空間