SqlCeConnectionInfo 建構函式

定義

多載

SqlCeConnectionInfo()

public SqlCeConnectionInfo();
Public Sub New ()

適用於

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)

參數

適用於

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)

參數

connection
IDbConnection

適用於

SqlCeConnectionInfo(String)

public SqlCeConnectionInfo(string connStr);
new Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo : string -> Microsoft.SqlServer.Management.Common.SqlCeConnectionInfo
Public Sub New (connStr As String)

參數

connStr
String

適用於

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)

參數

database
String
password
String

適用於