次の方法で共有


BRAttributeArgument クラス

ビジネス ルール内の属性を比較するための引数の型を表します。

継承階層

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BRArgument
      Microsoft.MasterDataServices.BRAttributeArgumentBase
        Microsoft.MasterDataServices.BRAttributeArgument

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

構文

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

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

コンストラクター

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

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AttributeId ビジネス ルール引数の属性 ID を取得または設定します。 (BRAttributeArgumentBase から継承されています。)
パブリック プロパティ ChildArguments 子引数の配列を取得または設定します。
パブリック プロパティ ExtensionData 追加のデータを格納する構造体を取得または設定します。 (DataContractBase から継承されています。)
パブリック プロパティ Identifier ビジネス ルール引数の ID を取得または設定します。 (BRArgument から継承されています。)
パブリック プロパティ PropertyName プロパティ名を取得または設定します。 (BRArgument から継承されています。)

先頭に戻る

メソッド

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

先頭に戻る

説明

引数の型は、すべてのメンバーに対して設定される特定の値ではなく、個々のメンバーに対して設定される値です。

スレッド セーフ

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

関連項目

参照

Microsoft.MasterDataServices 名前空間