Propriedade do RDL IDTSLogProviders100.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 or 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 IDTSLogProviders100
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 or elements contained in the collection.
Comentários
For more information, see LogProviders.