OleDbInfoMessageEventArgs Classe

Definição

Fornece dados para o evento de InfoMessage .Provides data for the InfoMessage event. Essa classe não pode ser herdada.This class cannot be inherited.

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

Comentários

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

Propriedades

ErrorCode

Obtém o HRESULT seguindo o padrão ANSI SQL para o banco de dados.Gets the HRESULT following the ANSI SQL standard for the database.

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 da fonte de dados.Gets the full text of the error sent from the data source.

Source

Obtém o nome do objeto que gerou o erro.Gets the name of the object that generated the error.

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