Condividi tramite


SqlInfoMessageEventArgs.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; }
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 SqlError oggetto dell'insieme Errors .

Si applica a

Vedi anche