言語

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

プロパティ値

このSQL Serverユーティリティが管理するインスタンスにどれだけのDACが展開されているかを指定するInt32値です。

適用対象