DataQualityInstalledStateResponse 생성자 (Boolean, OperationResult)
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Initializes a new instance of the DataQualityInstalledStateResponse class.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
IsInstalled As Boolean, _
OperationResult As OperationResult _
)
‘사용 방법
Dim IsInstalled As Boolean
Dim OperationResult As OperationResult
Dim instance As New DataQualityInstalledStateResponse(IsInstalled, _
OperationResult)
public DataQualityInstalledStateResponse(
bool IsInstalled,
OperationResult OperationResult
)
public:
DataQualityInstalledStateResponse(
bool IsInstalled,
OperationResult^ OperationResult
)
new :
IsInstalled:bool *
OperationResult:OperationResult -> DataQualityInstalledStateResponse
public function DataQualityInstalledStateResponse(
IsInstalled : boolean,
OperationResult : OperationResult
)
매개 변수
- IsInstalled
유형: System.Boolean
true to indicate that the service state is installed; otherwise, false.
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult
The result of an operation.
참고 항목
참조
DataQualityInstalledStateResponse 클래스