Partager via


Propriété ReplicationBaseCollection.Count

Gets the number of objects in the referenced collection.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Count As Integer 
    Get
'Utilisation
Dim instance As ReplicationBaseCollection 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int 
override Count : int
final function get Count () : int

Valeur de propriété

Type : System.Int32
The number of objects in the referenced collection.

Implémente

ICollection.Count

Notes

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Voir aussi

Référence

ReplicationBaseCollection Classe

Espace de noms Microsoft.SqlServer.Replication