Partager via


Interface IResultInfo

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

Espace de noms :  Microsoft.SqlServer.Management.MultiServerConnection
Assembly :  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Syntaxe

'Déclaration
Public Interface IResultInfo
'Utilisation
Dim instance As IResultInfo
public interface IResultInfo
public interface class IResultInfo
type IResultInfo =  interface end
public interface IResultInfo

Le type IResultInfo expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BatchStartingLine Gets the starting line of the batch.
Propriété publique BatchText Gets text of the Transact-SQL batch that was executed.
Propriété publique CompletedSuccessfully Gets a value indicating whether the execution was successful.
Propriété publique ConnectionInfo Gets the connection information of the connection producing the result.
Propriété publique Exception Gets the exception that was thrown while executing the batch.
Propriété publique ExecutionTime Gets the amount of client wall-time used before the server returned the execution result.
Propriété publique LoginName Gets the name of the login executing the batch.
Propriété publique ServerDisplayName Gets the display name of the server on which the batch was executed.
Propriété publique ServerName Gets the name of the server on which the batch was executed.
Propriété publique StartTime Gets the time when the batch was submitted.

Haut de la page