Campo MemberRecordsClearedCount
The number of member records cleared.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public MemberRecordsClearedCount As Integer
'Utilizzo
Dim instance As StagingClearResponse
Dim value As Integer
value = instance.MemberRecordsClearedCount
instance.MemberRecordsClearedCount = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public int MemberRecordsClearedCount
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
int MemberRecordsClearedCount
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable MemberRecordsClearedCount: int
public var MemberRecordsClearedCount : int