DataQualityOperationCreateResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataQualityOperationCreateResponse class.
Overloads
DataQualityOperationCreateResponse() |
Initializes a new instance of the DataQualityOperationCreateResponse class. |
DataQualityOperationCreateResponse(Guid, OperationResult) |
Initializes a new instance of the DataQualityOperationCreateResponse class with specified operation identifier and operation result. |
DataQualityOperationCreateResponse()
Initializes a new instance of the DataQualityOperationCreateResponse class.
public:
DataQualityOperationCreateResponse();
public DataQualityOperationCreateResponse ();
Public Sub New ()
Applies to
DataQualityOperationCreateResponse(Guid, OperationResult)
Initializes a new instance of the DataQualityOperationCreateResponse class with specified operation identifier and operation result.
public:
DataQualityOperationCreateResponse(Guid OperationId, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public DataQualityOperationCreateResponse (Guid OperationId, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.DataQualityOperationCreateResponse : Guid * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.DataQualityOperationCreateResponse
Public Sub New (OperationId As Guid, OperationResult As OperationResult)
Parameters
- OperationId
- Guid
The operation identifier.
- OperationResult
- OperationResult
The operation result.