Condividi tramite


OleDbInfoMessageEventArgs.Source Proprietà

Definizione

Ottiene il nome dell'oggetto che ha generato l'errore.

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

Valore della proprietà

Nome dell'oggetto che ha generato l'errore.

Commenti

Si tratta di un wrapper per la Source proprietà del primo OleDbError oggetto dell'insieme Errors .

Si applica a