OleDbInfoMessageEventArgs.Source Propriedade
Definição
Obtém o nome do objeto que gerou o erro.Gets the name of the object that generated the error.
public:
property System::String ^ Source { System::String ^ get(); };
public string Source { get; }
public string? Source { get; }
member this.Source : string
Public ReadOnly Property Source As String
Valor da propriedade
O nome do objeto que gerou o erro.The name of the object that generated the error.
Comentários
Este é um wrapper para a Source Propriedade do primeiro OleDbError na Errors coleção.This is a wrapper for the Source property of the first OleDbError in the Errors collection.