StagingBatchInformation.MemberAttributeTotalCount プロパティ

属性更新の試行回数を取得または設定します。

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

構文

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

value = instance.MemberAttributeTotalCount

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

プロパティ値

型: System.Int32
属性更新の試行回数を表す整数。

関連項目

参照

StagingBatchInformation クラス

Microsoft.MasterDataServices 名前空間