Partilhar via


Propriedade do RDL SfcPropertyCollection.Count

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As SfcPropertyCollection 
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 integer value of the object in the collection.

Implementa

ICollection.Count

Consulte também

Referência

SfcPropertyCollection Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc