Initializes a new instance of the Database class for the XNET database specified by Name.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
Name As String _
) |
| C# |
|---|
public Database(
string Name
) |
| Visual C++ |
|---|
public:
Database(
String^ Name
) |
Parameters
- Name
- Type: System.String
The name, or alias, of the XNET database to access.