SqlInfoMessageEventArgs.Source Proprietà

Definizione

Ottiene il nome dell'oggetto da cui è stato 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 da cui è stato generato l'errore.

Commenti

Si tratta di un wrapper per la Source proprietà della prima SqlError dell'insieme Errors .

Si applica a

Vedi anche