Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Initializes a new instance of the DataQualityOperationResultsGetResponse class with the specified properties.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
Data As TabularData, _
OperationResult As OperationResult _
)
'Usage
Dim Data As TabularData
Dim OperationResult As OperationResult
Dim instance As New DataQualityOperationResultsGetResponse(Data, OperationResult)
public DataQualityOperationResultsGetResponse(
TabularData Data,
OperationResult OperationResult
)
public:
DataQualityOperationResultsGetResponse(
TabularData^ Data,
OperationResult^ OperationResult
)
new :
Data:TabularData *
OperationResult:OperationResult -> DataQualityOperationResultsGetResponse
public function DataQualityOperationResultsGetResponse(
Data : TabularData,
OperationResult : OperationResult
)
Parameter
- Data
Typ: Microsoft.MasterDataServices.TabularData
The result data associated with the completed operation.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The result of an operation.
Siehe auch
Verweis
DataQualityOperationResultsGetResponse Klasse