Metodo TraceReader.NextResult
Moves to the next result in the trace.
Spazio dei nomi Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintassi
'Dichiarazione
Public Function NextResult As Boolean
'Utilizzo
Dim instance As TraceReader
Dim returnValue As Boolean
returnValue = instance.NextResult()
public bool NextResult()
public:
virtual bool NextResult() sealed
abstract NextResult : unit -> bool
override NextResult : unit -> bool
public final function NextResult() : boolean
Valore restituito
Tipo: System.Boolean
A Boolean value that specifies whether the next result exists.If True, the next result exists.If False, the next result does not exist and the method failed.
Implementa
Esempi
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Trace