Класс EntityMemberKeyGetResponse
Holds the response details.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.EntityMemberKeyGetResponse
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "EntityMemberKeyGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityMemberKeyGetResponse
'Применение
Dim instance As EntityMemberKeyGetResponse
[MessageContractAttribute(WrapperName = "EntityMemberKeyGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityMemberKeyGetResponse
[MessageContractAttribute(WrapperName = L"EntityMemberKeyGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityMemberKeyGetResponse
[<MessageContractAttribute(WrapperName = "EntityMemberKeyGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityMemberKeyGetResponse = class end
public class EntityMemberKeyGetResponse
Тип EntityMemberKeyGetResponse обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
EntityMemberKeyGetResponse() | Initializes a new instance of the EntityMemberKeyGetResponse class that has default values. |
![]() |
EntityMemberKeyGetResponse(Collection<MemberKey>, OperationResult) | Initializes a new instance of the EntityMemberKeyGetResponse class that has the specified member keys and operation result. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
![]() |
MemberKeys | Collection of member keys. |
![]() |
OperationResult | The operation result, including a unique ID for tracking and logging. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.