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에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.