Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Specifies the connection string for 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 SqlCeRemoteDataAccess
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 for the SQL Server Compact database.