言語

Member クラス

定義

マスターデータメンバーまたはデータの行を指定します。

public ref class Member : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Member", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Member : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Member", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Member = class
    inherit DataContractBase
Public Class Member
Inherits DataContractBase
継承
属性

コンストラクター

名前 説明
Member()

Member クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Attributes

属性の配列を取得または設定します。

AuditInfo

監査情報を取得したり設定したりします。

Collections

コレクションタイプの親メンバーを含むマスターデータコレクションの配列を取得したり設定したりします。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
MemberId

メンバーのIDを取得するか設定します。

Parents

明示的な階層からメンバーの親を含む配列を取得したり設定したりします。

SecurityPermission

メンバーに対してユーザーの認可を取得するか設定します。

TransactionAnnotation

トランザクションの注釈を取得したり設定したりします。

ValidationStatus

検証ステータスを取得したり設定したりします。

適用対象