IResultInfo 介面
Represents the execution results of a batch of Transact-SQL statements.
命名空間: Microsoft.SqlServer.Management.MultiServerConnection
組件: Microsoft.SqlServer.Management.MultiServerConnection (在 Microsoft.SqlServer.Management.MultiServerConnection.dll 中)
語法
'宣告
Public Interface IResultInfo
'用途
Dim instance As IResultInfo
public interface IResultInfo
public interface class IResultInfo
type IResultInfo = interface end
public interface IResultInfo
IResultInfo 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
BatchStartingLine | Gets the starting line of the batch. |
![]() |
BatchText | Gets text of the Transact-SQL batch that was executed. |
![]() |
CompletedSuccessfully | Gets a value indicating whether the execution was successful. |
![]() |
ConnectionInfo | Gets the connection information of the connection producing the result. |
![]() |
Exception | Gets the exception that was thrown while executing the batch. |
![]() |
ExecutionTime | Gets the amount of client wall-time used before the server returned the execution result. |
![]() |
LoginName | Gets the name of the login executing the batch. |
![]() |
ServerDisplayName | Gets the display name of the server on which the batch was executed. |
![]() |
ServerName | Gets the name of the server on which the batch was executed. |
![]() |
StartTime | Gets the time when the batch was submitted. |
上層