次の方法で共有


IBRAttributeArgumentContainer インターフェイス

ビジネス ルール引数属性のコンテナーを表します。

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

構文

'宣言
Public Interface IBRAttributeArgumentContainer _
    Inherits IBRArgument
'使用
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =  
    interface
        interface IBRArgument
    end
public interface IBRAttributeArgumentContainer extends IBRArgument

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

プロパティ

  名前 説明
パブリック プロパティ Identifier ビジネス ルール引数 ID を取得または設定します。 (IBRArgument から継承されています。)
パブリック プロパティ PropertyName ビジネス ルール引数プロパティ名を取得または設定します。 (IBRArgument から継承されています。)
パブリック プロパティ PropertyType ビジネス ルール引数プロパティの型を取得または設定します。 (IBRArgument から継承されています。)

先頭に戻る