Compartir a través de


Interfaz IResultInfo

Represents the execution results of a batch of Transact-SQL statements.

Espacio de nombres:  Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado:  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxis

'Declaración
Public Interface IResultInfo
'Uso
Dim instance As IResultInfo
public interface IResultInfo
public interface class IResultInfo
type IResultInfo =  interface end
public interface IResultInfo

El tipo IResultInfo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BatchStartingLine Gets the starting line of the batch.
Propiedad pública BatchText Gets text of the Transact-SQL batch that was executed.
Propiedad pública CompletedSuccessfully Gets a value indicating whether the execution was successful.
Propiedad pública ConnectionInfo Gets the connection information of the connection producing the result.
Propiedad pública Exception Gets the exception that was thrown while executing the batch.
Propiedad pública ExecutionTime Gets the amount of client wall-time used before the server returned the execution result.
Propiedad pública LoginName Gets the name of the login executing the batch.
Propiedad pública ServerDisplayName Gets the display name of the server on which the batch was executed.
Propiedad pública ServerName Gets the name of the server on which the batch was executed.
Propiedad pública StartTime Gets the time when the batch was submitted.

Arriba