Класс AttributeChangeResponse

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

Represents the response when the attribute is changed.

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

System.Object
  Microsoft.MasterDataServices.AttributeChangeResponse

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод AttributeChangeResponse() Инфраструктура. Initializes a new instance of the AttributeChangeResponse class.
Открытый метод AttributeChangeResponse(String, Collection<String>, Guid, OperationResult) Инфраструктура. Initializes a new instance of the AttributeChangeResponse class with specified deprecated attribute name, member codes with error, new attribute muid, and operation result.

В начало

Методы

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

В начало

Поля

  Имя Описание
Открытое поле DeprecatedAttributeName Инфраструктура. Specifies the disapproved attribute name.
Открытое поле MemberCodesWithError Инфраструктура. Specifies the member codes that contain an error.
Открытое поле NewAttributeMuid Инфраструктура. Specifies the new attribute muid.
Открытое поле OperationResult Инфраструктура. Specifies the operation result.

В начало

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

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

См. также

Справочник

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