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.