MemberRelationshipErrorCount 屬性
Gets or sets the number of hierarchy moves that resulted in errors.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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
Integer representing the count.