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


Класс EntityMembersCreateResponse

Represents a response message that contains the results of the operation.

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

System.Object
  Microsoft.MasterDataServices.EntityMembersCreateResponse

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод EntityMembersCreateResponse() Initializes a new instance of the EntityMembersCreateResponse class that has default values.
Открытый метод EntityMembersCreateResponse(Collection<MemberIdentifier>, OperationResult) Initializes a new instance of the EntityMembersCreateResponse class that has the specified created members and operation result.

В начало

Методы

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

В начало

Поля

  Имя Описание
Открытое поле CreatedMembers Specifies the collection of the created members.
Открытое поле OperationResult Specifies the operation result, including a unique ID for tracking and logging.

В начало

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

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

См. также

Справочник

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