Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 DataQualityOperationStatusRequest class with the specified properties.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
OperationId As Guid _
)
'Usage
Dim International As International
Dim OperationId As Guid
Dim instance As New DataQualityOperationStatusRequest(International, _
OperationId)
public DataQualityOperationStatusRequest(
International International,
Guid OperationId
)
public:
DataQualityOperationStatusRequest(
International^ International,
Guid OperationId
)
new :
International:International *
OperationId:Guid -> DataQualityOperationStatusRequest
public function DataQualityOperationStatusRequest(
International : International,
OperationId : Guid
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- OperationId
Type: System.Guid
The operation identifier.
See Also
Reference
DataQualityOperationStatusRequest Class