OdbcInfoMessageEventArgs Classe

Definição

Fornece dados para o evento de InfoMessage .Provides data for the InfoMessage event.

public ref class OdbcInfoMessageEventArgs sealed : EventArgs
public sealed class OdbcInfoMessageEventArgs : EventArgs
type OdbcInfoMessageEventArgs = class
    inherit EventArgs
Public NotInheritable Class OdbcInfoMessageEventArgs
Inherits EventArgs
Herança
OdbcInfoMessageEventArgs

Comentários

O InfoMessage evento contém uma OdbcErrorCollection coleção com avisos enviados da fonte de dados.The InfoMessage event contains an OdbcErrorCollection collection with warnings sent from the data source.

Propriedades

Errors

Obtém a coleção de avisos enviados da fonte de dados.Gets the collection of warnings sent from the data source.

Message

Obtém o texto completo do erro enviado do banco de dados.Gets the full text of the error sent from the database.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Recupera uma representação de cadeia de caracteres do evento InfoMessage.Retrieves a string representation of the InfoMessage event.

Aplica-se a