Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Initializes a new instance of the DataQualityStoreInputDataResponse class with specified operation result.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
OperationResult As OperationResult _
)
'Применение
Dim OperationResult As OperationResult
Dim instance As New DataQualityStoreInputDataResponse(OperationResult)
public DataQualityStoreInputDataResponse(
OperationResult OperationResult
)
public:
DataQualityStoreInputDataResponse(
OperationResult^ OperationResult
)
new :
OperationResult:OperationResult -> DataQualityStoreInputDataResponse
public function DataQualityStoreInputDataResponse(
OperationResult : OperationResult
)
Параметры
- OperationResult
Тип: Microsoft.MasterDataServices.OperationResult
The operation result.
См. также
Справочник
DataQualityStoreInputDataResponse Класс