Свойство FieldCount
Gets the number of columns in the data.
Пространство имен: Microsoft.SqlServer.Management.Trace
Сборка: Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)
Синтаксис
'Декларация
Public ReadOnly Property FieldCount As Integer
Get
'Применение
Dim instance As TraceReader
Dim value As Integer
value = instance.FieldCount
public int FieldCount { get; }
public:
virtual property int FieldCount {
int get () sealed;
}
abstract FieldCount : int
override FieldCount : int
final function get FieldCount () : int
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the field count.
Реализует
См. также