Поделиться через


Класс DataQualityOperationResultsGetResponse

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Contains the results of a completed DQS operation.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<MessageContractAttribute(WrapperName := "DataQualityOperationResultsGetResponse",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class DataQualityOperationResultsGetResponse
'Применение
Dim instance As DataQualityOperationResultsGetResponse
[MessageContractAttribute(WrapperName = "DataQualityOperationResultsGetResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class DataQualityOperationResultsGetResponse
[MessageContractAttribute(WrapperName = L"DataQualityOperationResultsGetResponse", 
    WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class DataQualityOperationResultsGetResponse
[<MessageContractAttribute(WrapperName = "DataQualityOperationResultsGetResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type DataQualityOperationResultsGetResponse =  class end
public class DataQualityOperationResultsGetResponse

Тип DataQualityOperationResultsGetResponse обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DataQualityOperationResultsGetResponse() Инфраструктура. Initializes a new instance of the DataQualityOperationResultsGetResponse class.
Открытый метод DataQualityOperationResultsGetResponse(TabularData, OperationResult) Инфраструктура. Initializes a new instance of the DataQualityOperationResultsGetResponse class with the specified properties.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Поля

  Имя Описание
Открытое поле Data Инфраструктура. Specifies the result data associated with the completed operation.
Открытое поле OperationResult Инфраструктура. Specifies the result of an operation.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices