OperationStatus Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Enumerates the DQS operation’s status.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "OperationStatus", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration OperationStatus
'Usage
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

Members

Member name Description
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.

See Also

Reference

Microsoft.MasterDataServices Namespace