Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 DataQualityStoreInputDataRequest class with specified cultural settings, data, and operation identifier.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Data As TabularData, _
OperationId As Guid _
)
'Usage
Dim International As International
Dim Data As TabularData
Dim OperationId As Guid
Dim instance As New DataQualityStoreInputDataRequest(International, _
Data, OperationId)
public DataQualityStoreInputDataRequest(
International International,
TabularData Data,
Guid OperationId
)
public:
DataQualityStoreInputDataRequest(
International^ International,
TabularData^ Data,
Guid OperationId
)
new :
International:International *
Data:TabularData *
OperationId:Guid -> DataQualityStoreInputDataRequest
public function DataQualityStoreInputDataRequest(
International : International,
Data : TabularData,
OperationId : Guid
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Data
Type: Microsoft.MasterDataServices.TabularData
The data.
- OperationId
Type: System.Guid
The operation identifier.
See Also
Reference
DataQualityStoreInputDataRequest Class