إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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 DataQualityOperationPurgeOperationResponse class with specified operation result..
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
OperationResult As OperationResult _
)
'Usage
Dim OperationResult As OperationResult
Dim instance As New DataQualityOperationPurgeOperationResponse(OperationResult)
public DataQualityOperationPurgeOperationResponse(
OperationResult OperationResult
)
public:
DataQualityOperationPurgeOperationResponse(
OperationResult^ OperationResult
)
new :
OperationResult:OperationResult -> DataQualityOperationPurgeOperationResponse
public function DataQualityOperationPurgeOperationResponse(
OperationResult : OperationResult
)
Parameters
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result.
See Also
Reference
DataQualityOperationPurgeOperationResponse Class