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.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.MultiServerConnection 네임스페이스