FieldCount propriété
Gets the number of columns in the data.
Espace de noms : Microsoft.SqlServer.Management.Trace
Assembly : Microsoft.SqlServer.ConnectionInfoExtended (dans Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FieldCount As Integer
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Int32
An Int32 value that specifies the field count.
Implémente
Voir aussi