AttributesRecordsClearedCount 属性
Gets or sets the number of cleared attributes records.
命名空间: Microsoft.MasterDataServices.Services.MessageContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<MessageBodyMemberAttribute> _
Public Property AttributesRecordsClearedCount As Integer
Get
Set
用法
Dim instance As StagingClearResponse
Dim value As Integer
value = instance.AttributesRecordsClearedCount
instance.AttributesRecordsClearedCount = value
[MessageBodyMemberAttribute]
public int AttributesRecordsClearedCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int AttributesRecordsClearedCount {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member AttributesRecordsClearedCount : int with get, set
function get AttributesRecordsClearedCount () : int
function set AttributesRecordsClearedCount (value : int)
属性值
类型:System. . :: . .Int32
Integer representing the count.