次の方法で共有


BRPublishCriteria.MemberType プロパティ

パブリッシュするビジネス ルールのエンティティ内のメンバーの種類を取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property MemberType As BREntityMemberType
    Get
    Set
'使用
Dim instance As BRPublishCriteria
Dim value As BREntityMemberType

value = instance.MemberType

instance.MemberType = value
[DataMemberAttribute]
public BREntityMemberType MemberType { get; set; }
[DataMemberAttribute]
public:
property BREntityMemberType MemberType {
    BREntityMemberType get ();
    void set (BREntityMemberType value);
}
[<DataMemberAttribute>]
member MemberType : BREntityMemberType with get, set
function get MemberType () : BREntityMemberType
function set MemberType (value : BREntityMemberType)

プロパティ値

型: Microsoft.MasterDataServices.BREntityMemberType
BREntityMemberType 型の新しいインスタンス。

関連項目

参照

BRPublishCriteria クラス

Microsoft.MasterDataServices 名前空間