Freigeben über


IResultInfo-Schnittstelle

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

Namespace:  Microsoft.SqlServer.Management.MultiServerConnection
Assembly:  Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)

Syntax

'Declaration
Public Interface IResultInfo
'Usage
Dim instance As IResultInfo
public interface IResultInfo
public interface class IResultInfo
type IResultInfo =  interface end
public interface IResultInfo

Der IResultInfo-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang