Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the DataQualityOperationCreateResponse class with specified operation identifier and operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
OperationId As Guid, _
OperationResult As OperationResult _
)
'Usage
Dim OperationId As Guid
Dim OperationResult As OperationResult
Dim instance As New DataQualityOperationCreateResponse(OperationId, _
OperationResult)
public DataQualityOperationCreateResponse(
Guid OperationId,
OperationResult OperationResult
)
public:
DataQualityOperationCreateResponse(
Guid OperationId,
OperationResult^ OperationResult
)
new :
OperationId:Guid *
OperationResult:OperationResult -> DataQualityOperationCreateResponse
public function DataQualityOperationCreateResponse(
OperationId : Guid,
OperationResult : OperationResult
)
Parameters
- OperationId
Type: System.Guid
The operation identifier.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result.
See Also
Reference
DataQualityOperationCreateResponse Class