Condividi tramite


Interfaccia IResultInfo

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

Spazio dei nomi  Microsoft.SqlServer.Management.MultiServerConnection
Assembly:  Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintassi

'Dichiarazione
Public Interface IResultInfo
'Utilizzo
Dim instance As IResultInfo
public interface IResultInfo
public interface class IResultInfo
type IResultInfo =  interface end
public interface IResultInfo

Nel tipo IResultInfo sono esposti i membri seguenti.

Proprietà

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

In alto