次の方法で共有


Utility.DeployedDacHealthyCount プロパティ

定義

SQL Server ユーティリティによって管理されるSQL Serverのインスタンスに正常にデプロイされた DAC の数を取得します。

public:
 property int DeployedDacHealthyCount { int get(); };
public int DeployedDacHealthyCount { get; }
member this.DeployedDacHealthyCount : int
Public ReadOnly Property DeployedDacHealthyCount As Integer

プロパティ値

Int32このSQL Server ユーティリティによって管理されるインスタンスにデプロイされる正常な DAC の数を指定する値。

適用対象