Свойство IDTSLogEntryInfos100.Count
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the number of elements contained in the collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
ReadOnly Property Count As Integer
Get
'Применение
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
Значение свойства
Тип: System.Int32
The number of elements contained in the collection.
Замечания
For more information, see LogEntryInfos.