Propriété SqlCeError.Source
Obtient le nom du fournisseur qui a généré l'erreur.
Espace de noms : System.Data.SqlServerCe
Assembly : System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Source As String
Get
'Utilisation
Dim instance As SqlCeError
Dim value As String
value = instance.Source
public string Source { get; }
public:
property String^ Source {
String^ get ();
}
member Source : string
function get Source () : String
Valeur de propriété
Type : System.String
Nom du fournisseur qui a généré l'erreur. Par exemple, la propriété Source peut retourner une chaîne telle que "Fournisseur OLE DB pour SQL Server Compact".