MdmDataContractOfMemberTypeContextIdentifier クラス

MemberTypeContextIdentifier のデータ コントラクトを指定します。

継承階層

System. . :: . .Object
  Microsoft.MasterDataServices..::..MdmDataContractOfMemberTypeContextIdentifier
    Microsoft.MasterDataServices. . :: . .AttributeGroup
    Microsoft.MasterDataServices. . :: . .MetadataAttribute

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataContractAttribute(Name := "MdmDataContractOfMemberTypeContextIdentifier",  _
    Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(MetadataAttribute))> _
<KnownTypeAttribute(GetType(AttributeGroup))> _
Public Class MdmDataContractOfMemberTypeContextIdentifier _
    Implements IExtensibleDataObject
'使用
Dim instance As MdmDataContractOfMemberTypeContextIdentifier
[DataContractAttribute(Name = "MdmDataContractOfMemberTypeContextIdentifier", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(MetadataAttribute))]
[KnownTypeAttribute(typeof(AttributeGroup))]
public class MdmDataContractOfMemberTypeContextIdentifier : IExtensibleDataObject
[DataContractAttribute(Name = L"MdmDataContractOfMemberTypeContextIdentifier", 
    Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(MetadataAttribute))]
[KnownTypeAttribute(typeof(AttributeGroup))]
public ref class MdmDataContractOfMemberTypeContextIdentifier : IExtensibleDataObject
[<DataContractAttribute(Name = "MdmDataContractOfMemberTypeContextIdentifier", 
    Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(MetadataAttribute))>]
[<KnownTypeAttribute(typeof(AttributeGroup))>]
type MdmDataContractOfMemberTypeContextIdentifier =  
    class
        interface IExtensibleDataObject
    end
public class MdmDataContractOfMemberTypeContextIdentifier implements IExtensibleDataObject

MdmDataContractOfMemberTypeContextIdentifier 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド MdmDataContractOfMemberTypeContextIdentifier MdmDataContractOfMemberTypeContextIdentifier クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AuditInfo AuditInfo を取得または設定します。
パブリック プロパティ ExtensionData 追加のデータを含むオブジェクトを取得または設定します。
パブリック プロパティ Identifier ID を取得または設定します。
パブリック プロパティ Permission セキュリティ権限を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。