次の方法で共有


StagingBatchInformation.MemberRelationshipErrorCount プロパティ

ステージング バッチ内のすべてのリレーションシップ エラー レコードの数を取得または設定します。

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

構文

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

value = instance.MemberRelationshipErrorCount

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

プロパティ値

型: System.Int32
ステージング バッチ内のすべてのリレーションシップ エラー レコードの数。

関連項目

参照

StagingBatchInformation クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間