Proprietà ReplicationBaseCollection.Count

Gets the number of objects in the referenced collection.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Count As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

ICollection.Count

Osservazioni

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

Vedere anche

Riferimento

ReplicationBaseCollection Classe

Spazio dei nomi Microsoft.SqlServer.Replication