Класс ResultInfo
Represents the results from executing a Transact-SQL batch.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Management.MultiServerConnection..::..ResultInfo
Microsoft.SqlServer.Management.MultiServerConnection. . :: . .NonQueryResult
Пространство имен: Microsoft.SqlServer.Management.MultiServerConnection
Сборка: Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)
Синтаксис
'Декларация
Public Class ResultInfo _
Implements IResultInfo
'Применение
Dim instance As ResultInfo
public class ResultInfo : IResultInfo
public ref class ResultInfo : IResultInfo
type ResultInfo =
class
interface IResultInfo
end
public class ResultInfo implements IResultInfo
Тип ResultInfo обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
ResultInfo(IResultInfo) | Initializes a new instance of the ResultInfo class that is a copy of the specified ResultInfo object. |
![]() |
ResultInfo(MultiServerSqlConnectionInfo, String, Int32) | Initializes a new instance of the ResultInfo class by using the specified connection information, text, and starting line number. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
BatchStartingLine | Gets the starting line of the batch in the editor. |
![]() |
BatchText | Gets the text of the Transact-SQL batch that was executed. |
![]() |
CompletedSuccessfully | Gets True if execution was successful, False if there was an exception. |
![]() |
ConnectionInfo | Gets the connection info of the connection producing the result. |
![]() |
Exception | Gets or sets the exception that was thrown while executing the Transact-SQL. |
![]() |
ExecutionTime | Gets or sets the amount of client wall-time it took to get the result back from the server. |
![]() |
LoginName | Gets the name of the login executing the batch. |
![]() |
ServerDisplayName | Gets the display name of the server where the batch was executed. |
![]() |
ServerName | Gets the name of the server where the batch was executed. |
![]() |
StartTime | Gets or sets the time when the batch was submitted. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)