Класс Member

Represents a master data member or row of data.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..Member

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод Member Initializes a new instance of the Member class.

В начало

Свойства

  Имя Описание
Открытое свойство Attributes Gets or sets a collection of Attribute complex types.
Открытое свойство AuditInfo Gets or sets an AuditInfo complex type.
Открытое свойство Collections Gets or sets an ArrayOfMasterDataCollection that includes collection type parent members.
Открытое свойство MemberId Gets or sets the MemberIdentifier of the member.
Открытое свойство Parents Gets or sets an ArrayOfParent that includes parents of the member from explicit hierarchies.
Открытое свойство SecurityPermission Gets or sets the SecurityPermission provides the authorization of the user for the member.
Открытое свойство ValidationStatus Gets or sets a ValidationStatus complex type.

В начало

Методы

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

В начало

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

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