Classe StatementEventArgs
The StatementEventArgs class represents the arguments used when a statement event is raised.
Hierarquia de herança
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Common..::..StatementEventArgs
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Public Class StatementEventArgs _
Inherits EventArgs
'Uso
Dim instance As StatementEventArgs
public class StatementEventArgs : EventArgs
public ref class StatementEventArgs : public EventArgs
type StatementEventArgs =
class
inherit EventArgs
end
public class StatementEventArgs extends EventArgs
O tipo StatementEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
StatementEventArgs | Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
SqlStatement | Gets the Transact-SQL statement that caused the statement event. | |
TimeStamp | Gets the time and date when the statement event occurred. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a String value that represents the StatementEventArgs object. (Substitui Object. . :: . .ToString() () () ().) |
Início
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também