SqlCeConnectionStringBuilder.DataSource Property
Gets or sets the file path and name of the SQL Server Compact database.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property DataSource As String
Get
Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As String
value = instance.DataSource
instance.DataSource = value
public string DataSource { get; set; }
public:
property String^ DataSource {
String^ get ();
void set (String^ value);
}
member DataSource : string with get, set
function get DataSource () : String
function set DataSource (value : String)
Property Value
Type: System.String
The file path and name of the SQL Server Compact database.