Класс DataQualityOperationStartResponse

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

Contains the response resulting from a DQS operation.

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

System.Object
  Microsoft.MasterDataServices.DataQualityOperationStartResponse

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

Синтаксис

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

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

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

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

В начало

Методы

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

В начало

Поля

  Имя Описание
Открытое поле FailureString Инфраструктура. Specifies the string of a failure.
Открытое поле OperationResult Инфраструктура. Specifies the result of an operation.
Открытое поле Status Инфраструктура. Specifies the response status.

В начало

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

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

См. также

Справочник

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