Compartir a través de


IDTSLogEntryInfos100.Count Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the number of elements contained in the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Count As Integer 
    Get
'Uso
Dim instance As IDTSLogEntryInfos100 
Dim value As Integer 

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

Valor de la propiedad

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

Comentarios

For more information, see LogEntryInfos.

Vea también

Referencia

IDTSLogEntryInfos100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper