Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the connection string to the SQL Server Compact database.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property LocalConnectionString As String
Get
Set
'Usage
Dim instance As SqlCeEngine
Dim value As String
value = instance.LocalConnectionString
instance.LocalConnectionString = value
public string LocalConnectionString { get; set; }
public:
property String^ LocalConnectionString {
String^ get ();
void set (String^ value);
}
member LocalConnectionString : string with get, set
function get LocalConnectionString () : String
function set LocalConnectionString (value : String)
Property Value
Type: System.String
The connection string.
Remarks
This property supports all of the ConnectionString properties.