Właściwość StagingUnbatchedInformation.MemberAttributeCount
Pobiera lub ustawia liczbę unbatched tymczasowej rekordów aktualizacji atrybut.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property MemberAttributeCount As Integer
Get
Set
'Użycie
Dim instance As StagingUnbatchedInformation
Dim value As Integer
value = instance.MemberAttributeCount
instance.MemberAttributeCount = value
[DataMemberAttribute]
public int MemberAttributeCount { get; set; }
[DataMemberAttribute]
public:
property int MemberAttributeCount {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member MemberAttributeCount : int with get, set
function get MemberAttributeCount () : int
function set MemberAttributeCount (value : int)
Wartość właściwości
Typ: System.Int32
Liczbę całkowitą reprezentującą liczbę rekordów unbatched straging.
Zobacz także