Proprietà SqlCeException.Source
Ottiene il nome del provider OLE DB che ha generato l’errore.
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property Source As String
Get
'Utilizzo
Dim instance As SqlCeException
Dim value As String
value = instance.Source
public override string Source { get; }
public:
virtual property String^ Source {
String^ get () override;
}
abstract Source : string
override Source : string
override function get Source () : String
Valore proprietà
Tipo: System.String
Nome del provider OLE DB che ha generato l'errore.
Implementa
Osservazioni
Equivalente alla proprietà Source del primo oggetto SqlCeError nell'oggetto SqlCeErrorCollection.