Creates a new instance of the
AccessStorage
Class.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal path As String, _
ByVal fileName As String _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim path As String
Dim fileName As String
Dim instance As AccessStorage(path, fileName)
|
| Managed Extensions for C++ | |
|---|
public: AccessStorage(
string* path,
string* fileName
) |
| C++/CLI | |
|---|
public:
AccessStorage(
String^ path,
String^ fileName
) |
Parameters
- path
- Specifies the path of the database.
- fileName
- Specifies the file name of the database.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also