Интерфейс 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.

В начало