다음을 통해 공유


StatementEventArgs 생성자

지정한 Transact-SQL 문에 대해 지정한 날짜 및 시간에 속하는 StatementEventArgs 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Public Sub New ( _
    sqlStatement As String, _
    timeStamp As DateTime _
)
‘사용 방법
Dim sqlStatement As String 
Dim timeStamp As DateTime 

Dim instance As New StatementEventArgs(sqlStatement, _
    timeStamp)
public StatementEventArgs(
    string sqlStatement,
    DateTime timeStamp
)
public:
StatementEventArgs(
    String^ sqlStatement, 
    DateTime timeStamp
)
new : 
        sqlStatement:string * 
        timeStamp:DateTime -> StatementEventArgs
public function StatementEventArgs(
    sqlStatement : String, 
    timeStamp : DateTime
)

매개 변수

  • sqlStatement
    유형: String
    문 이벤트를 발생시킨 Transact-SQL 문을 지정하는 String 값입니다.
  • timeStamp
    유형: DateTime
    문 이벤트의 날짜 및 시간을 지정하는 DateTime 시스템 개체 값입니다.

참고 항목

참조

StatementEventArgs 클래스

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