StagingClearResponse.AttributesRecordsClearedCount 필드
The number of attributes records cleared.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public AttributesRecordsClearedCount As Integer
‘사용 방법
Dim instance As StagingClearResponse
Dim value As Integer
value = instance.AttributesRecordsClearedCount
instance.AttributesRecordsClearedCount = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public int AttributesRecordsClearedCount
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
int AttributesRecordsClearedCount
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable AttributesRecordsClearedCount: int
public var AttributesRecordsClearedCount : int