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가 배포되었는지를 지정합니다.

적용 대상