次の方法で共有


BRDomainBasedAttributeArgument クラス

子属性引数を持つ属性引数を表します。

継承階層

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
    Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRAttributeArgumentBase
      Microsoft.MasterDataServices.Services.DataContracts..::..BRDomainBasedAttributeArgument

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

構文

'宣言
<SerializableAttribute> _
<DataContractAttribute(Name := "BRDomainBasedAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRDomainBasedAttributeArgument _
    Inherits BRAttributeArgumentBase _
    Implements IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
'使用
Dim instance As BRDomainBasedAttributeArgument
[SerializableAttribute]
[DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRDomainBasedAttributeArgument : BRAttributeArgumentBase, 
    IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
[SerializableAttribute]
[DataContractAttribute(Name = L"BRDomainBasedAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRDomainBasedAttributeArgument : public BRAttributeArgumentBase, 
    IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRDomainBasedAttributeArgument =  
    class
        inherit BRAttributeArgumentBase
        interface IBRAttributeArgumentParent
        interface IBRAttributeArgumentContainer
        interface IBRArgument
    end
public class BRDomainBasedAttributeArgument extends BRAttributeArgumentBase implements IBRAttributeArgumentParent, IBRAttributeArgumentContainer, IBRArgument

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

コンストラクター

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

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AttributeId 派生クラスでオーバーライドされた場合、属性 ID を取得または設定します。 (BRAttributeArgumentBase から継承されています。)
パブリック プロパティ ChildArgument 子属性引数を取得または設定します。
パブリック プロパティ Identifier 派生クラスでオーバーライドされた場合、属性の一意の識別子を取得または設定します。 (BRArgument から継承されています。)
パブリック プロパティ PropertyName 派生クラスでオーバーライドされた場合、プロパティ名を取得または設定します。 (BRArgument から継承されています。)
パブリック プロパティ PropertyType プロパティの型を取得します。 (BRAttributeArgumentBase. . :: . .PropertyType をオーバーライドします。)

先頭に戻る

メソッド

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

先頭に戻る

スレッド セーフ

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