Utility.ManagedInstanceWithUnderutilizedFileCount プロパティ

過小使用されたファイルを持つ SQL Server のマネージ インスタンス数を取得します。

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

構文

'宣言
Public ReadOnly Property ManagedInstanceWithUnderutilizedFileCount As Integer 
    Get
'使用
Dim instance As Utility 
Dim value As Integer 

value = instance.ManagedInstanceWithUnderutilizedFileCount
public int ManagedInstanceWithUnderutilizedFileCount { get; }
public:
property int ManagedInstanceWithUnderutilizedFileCount {
    int get ();
}
member ManagedInstanceWithUnderutilizedFileCount : int
function get ManagedInstanceWithUnderutilizedFileCount () : int

プロパティ値

型: System.Int32
過小使用されたファイルを持つ SQL Server のマネージ インスタンスの数を指定する Int32 値です。

関連項目

参照

Utility クラス

Microsoft.SqlServer.Management.Utility 名前空間