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 수를 지정하는 값입니다.

적용 대상