次の方法で共有


Utility.DeployedDacOnUnderutilizedComputerCount プロパティ

過小使用されたコンピューター上で実行されているマネージ インスタンスに配置された DAC の数を取得します。

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

構文

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

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

プロパティ値

型: System.Int32
過小使用されたコンピューター上で実行されているマネージ インスタンスに DAC がいくつ配置されているかを示す Int32 値。

関連項目

参照

Utility クラス

Microsoft.SqlServer.Management.Utility 名前空間