SqlCeConnectionInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SqlCeConnectionInfo() | |
SqlCeConnectionInfo(SqlCeConnectionInfo) | |
SqlCeConnectionInfo(IDbConnection) | |
SqlCeConnectionInfo(String) | |
SqlCeConnectionInfo(String, String) |
SqlCeConnectionInfo()
public SqlCeConnectionInfo ();
Public Sub New ()
Applies to
SqlCeConnectionInfo(SqlCeConnectionInfo)
public SqlCeConnectionInfo (Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo conn);
new Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo : Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo -> Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo
Public Sub New (conn As SqlCeConnectionInfo)
Parameters
- conn
- SqlCeConnectionInfo
Applies to
SqlCeConnectionInfo(IDbConnection)
public SqlCeConnectionInfo (System.Data.IDbConnection connection);
new Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo : System.Data.IDbConnection -> Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo
Public Sub New (connection As IDbConnection)
Parameters
- connection
- IDbConnection
Applies to
SqlCeConnectionInfo(String)
public SqlCeConnectionInfo (string connStr);
new Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo : string -> Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo
Public Sub New (connStr As String)
Parameters
- connStr
- String
Applies to
SqlCeConnectionInfo(String, String)
public SqlCeConnectionInfo (string database, string password);
new Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo : string * string -> Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo
Public Sub New (database As String, password As String)
Parameters
- database
- String
- password
- String