Partager via


Propriété EntityStagingBatch.MemberCount

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the total number of members in the batch.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property MemberCount As Integer
    Get
    Set
'Utilisation
Dim instance As EntityStagingBatch
Dim value As Integer

value = instance.MemberCount

instance.MemberCount = value
[DataMemberAttribute]
public int MemberCount { get; set; }
[DataMemberAttribute]
public:
property int MemberCount {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member MemberCount : int with get, set
function get MemberCount () : int
function set MemberCount (value : int)

Valeur de propriété

Type : System.Int32
The total number of members in the batch.

Voir aussi

Référence

EntityStagingBatch Classe

Espace de noms Microsoft.MasterDataServices