次の方法で共有


Utility.DeployedDacCount プロパティ

定義

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

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

プロパティ値

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

適用対象