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