DB2OleDbConnectionString 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
| DB2OleDbConnectionString(String, Boolean) | |
| DB2OleDbConnectionString(String, Boolean, IConnectionString) |
DB2OleDbConnectionString(String, Boolean)
public:
DB2OleDbConnectionString(System::String ^ name, bool isFullPath);
public DB2OleDbConnectionString (string name, bool isFullPath);
new Microsoft.HostIntegration.DataAccessLibrary.DB2OleDbConnectionString : string * bool -> Microsoft.HostIntegration.DataAccessLibrary.DB2OleDbConnectionString
Public Sub New (name As String, isFullPath As Boolean)
Parameters
- name
- String
- isFullPath
- Boolean
Applies to
DB2OleDbConnectionString(String, Boolean, IConnectionString)
public:
DB2OleDbConnectionString(System::String ^ name, bool isFullPath, Microsoft::HostIntegration::DataAccessLibrary::Common::IConnectionString ^ connStr);
public DB2OleDbConnectionString (string name, bool isFullPath, Microsoft.HostIntegration.DataAccessLibrary.Common.IConnectionString connStr);
new Microsoft.HostIntegration.DataAccessLibrary.DB2OleDbConnectionString : string * bool * Microsoft.HostIntegration.DataAccessLibrary.Common.IConnectionString -> Microsoft.HostIntegration.DataAccessLibrary.DB2OleDbConnectionString
Public Sub New (name As String, isFullPath As Boolean, connStr As IConnectionString)
Parameters
- name
- String
- isFullPath
- Boolean
- connStr
- Microsoft.HostIntegration.DataAccessLibrary.Common.IConnectionString