Compartilhar via


Propriedade do RDL IDTSLogProviderInfos100.Count

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the number of elements contained in the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As IDTSLogProviderInfos100 
Dim value As Integer 

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int
function get Count () : int

Valor da propriedade

Tipo: System.Int32
The number of elements contained in the collection.

Consulte também

Referência

IDTSLogProviderInfos100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper