ManagedInstance.ContainsUnderUtilizedVolumes プロパティ
サーバー インスタンスに使用率が低いボリュームが含まれるかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.Management.Utility
アセンブリ: Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ContainsUnderUtilizedVolumes As Boolean
Get
'使用
Dim instance As ManagedInstance
Dim value As Boolean
value = instance.ContainsUnderUtilizedVolumes
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool ContainsUnderUtilizedVolumes { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool ContainsUnderUtilizedVolumes {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ContainsUnderUtilizedVolumes : bool
function get ContainsUnderUtilizedVolumes () : boolean
プロパティ値
型: System.Boolean
サーバー インスタンスに使用率が低いボリュームが含まれるかどうかを示す Boolean 値です。True の場合、サーバー インスタンスに使用率が低いボリュームが含まれます。それ以外の場合は False です。