次の方法で共有


StagingUnbatchedInformation.MemberRelationshipCount プロパティ

ステージング システム内のバッチ処理されていないメンバー リレーションシップ レコードの量を取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property MemberRelationshipCount As Integer 
    Get 
    Set
'使用
Dim instance As StagingUnbatchedInformation 
Dim value As Integer 

value = instance.MemberRelationshipCount

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

プロパティ値

型: System.Int32
ステージング システム内のバッチ処理されていないメンバー リレーションシップ レコードの量。

関連項目

参照

StagingUnbatchedInformation クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間