다음을 통해 공유


OperationStatus 열거형

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Enumerates the DQS operation’s status.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataContractAttribute(Name := "OperationStatus", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration OperationStatus
‘사용 방법
Dim instance As OperationStatus
[DataContractAttribute(Name = "OperationStatus", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum OperationStatus
[DataContractAttribute(Name = L"OperationStatus", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class OperationStatus
[<DataContractAttribute(Name = "OperationStatus", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type OperationStatus
public enum OperationStatus

멤버

멤버 이름 설명
Invalid Specifies the operation is invalid.
Pending Specifies the operation is pending.
InProgress Specifies the operation is in progress.
Success Specifies the operation has succeeded.
Failure Specifies the operation has failed.

참고 항목

참조

Microsoft.MasterDataServices 네임스페이스