Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Moves to the next result in the trace.
Espacio de nombres: Microsoft.SqlServer.Management.Trace
Ensamblado: Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxis
'Declaración
Public Function NextResult As Boolean
'Uso
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
Valor devuelto
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
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Trace