Propriedade do RDL TraceReader.FieldCount
Gets the number of columns in the data.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
Public ReadOnly Property FieldCount As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System.Int32
An Int32 value that specifies the field count.
Implementa
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Trace