SqlInfoMessageEventArgs.Source Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom de l'objet qui a généré l'erreur.
public:
property System::String ^ Source { System::String ^ get(); };
public string Source { get; }
member this.Source : string
Public ReadOnly Property Source As String
Valeur de propriété
Nom de l'objet qui a généré l'erreur.
Remarques
Il s’agit d’un wrapper pour la Source propriété du premier SqlError de la Errors collection.