Share via


SqlCeEngine.LocalConnectionString Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets or sets the connection string for the SQL Server CE database.

  [Visual Basic]
  Public Property LocalConnectionString As String
[C#]
public string LocalConnectionString {get; set;}
[C++]
public: __property String* get_LocalConnectionString();
public: __property void set_LocalConnectionString(String*);
[JScript]
public function get LocalConnectionString() : String;
public function set LocalConnectionString(String);

Property Value

The connection string.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeEngine Class | SqlCeEngine Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.