Propriedade do RDL ReplicationBaseCollection.Count
Gets the number of objects in the referenced collection.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Count As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System.Int32
The number of objects in the referenced collection.
Implementa
Comentários
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.