Constructeur DataQualityOperationResultsGetResponse (TabularData, OperationResult)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the DataQualityOperationResultsGetResponse class with the specified properties.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
Data As TabularData, _
OperationResult As OperationResult _
)
'Utilisation
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
)
Paramètres
- Data
Type : Microsoft.MasterDataServices.TabularData
The result data associated with the completed operation.
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult
The result of an operation.
Voir aussi
Référence
DataQualityOperationResultsGetResponse Classe