Proprietà SqlCeError.Source
Ottiene il nome del provider che ha generato l’errore.
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Source As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
Nome del provider che ha generato l'errore. La proprietà Source, ad esempio, può restituire una stringa del tipo "Provider OLE DB per SQL Server Compact".