Condividi tramite


Costruttore StatementEventArgs

Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    sqlStatement As String, _
    timeStamp As DateTime _
)
'Utilizzo
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
)

Parametri

  • sqlStatement
    Tipo: String
    A String value that specifies the Transact-SQL statement that caused the statement event.
  • timeStamp
    Tipo: DateTime
    A DateTime system object value that specifies the time and date of the statement event.

Vedere anche

Riferimento

StatementEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common