DatabaseInformation 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
DatabaseInformation(String, String, String, Int32) | |
DatabaseInformation(String, String, String, Int32, Boolean) |
DatabaseInformation(String, String, String, Int32)
public:
DatabaseInformation(System::String ^ server, System::String ^ database, System::String ^ table, int instanceID);
public DatabaseInformation (string server, string database, string table, int instanceID);
new Microsoft.RuleEngine.DatabaseInformation : string * string * string * int -> Microsoft.RuleEngine.DatabaseInformation
Public Sub New (server As String, database As String, table As String, instanceID As Integer)
Parameters
- server
- String
- database
- String
- table
- String
- instanceID
- Int32
Applies to
DatabaseInformation(String, String, String, Int32, Boolean)
public:
DatabaseInformation(System::String ^ server, System::String ^ database, System::String ^ table, int instanceID, bool dataConnection);
public DatabaseInformation (string server, string database, string table, int instanceID, bool dataConnection);
new Microsoft.RuleEngine.DatabaseInformation : string * string * string * int * bool -> Microsoft.RuleEngine.DatabaseInformation
Public Sub New (server As String, database As String, table As String, instanceID As Integer, dataConnection As Boolean)
Parameters
- server
- String
- database
- String
- table
- String
- instanceID
- Int32
- dataConnection
- Boolean