Proprietà SqlCeConnection.DataSource
Ottiene il nome file dell'origine dati.
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property DataSource As String
Get
'Utilizzo
Dim instance As SqlCeConnection
Dim value As String
value = instance.DataSource
public override string DataSource { get; }
public:
virtual property String^ DataSource {
String^ get () override;
}
abstract DataSource : string
override DataSource : string
override function get DataSource () : String
Valore proprietà
Tipo: System.String
Il percorso e il nome file dell’origine dati. Il valore predefinito è una stringa vuota.
Osservazioni
In SQL Server Compact la proprietà DataSource viene restituita come percorso completo del file di database, ad esempio "\my app\myDB.sdf". In SQL Server Compact i database vengono archiviati sempre in file separati.