The ConnectionConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
CancelEdit | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
Commit | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
CommitAsync | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
Delete | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
DeleteAsync | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetColumns |
Gets a list of columns from a table in the database.
| |
GetColumnsAsync |
Asynchronously retrieves a list of columns from a table in the database.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetTables |
Gets a list of tables from the database.
| |
GetTablesAsync |
Asynchronously retrieves a list of tables from the database.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValidators | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
GetValidatorsAsync | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrepareForEdit | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
SetConfigurationId | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
SetDisplayName | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
Test |
Verifies connection information by attempting to establish a connection to the database server.
| |
TestAsync |
Asynchronously verifies connection information by attempting to establish a connection to the database server.
| |
ToString | (Inherited from ConfigurationObject.) |
Properties
Name | Description | |
---|---|---|
Changed | (Inherited from EditableListConfigurationObject<(Of <(<'ConnectionConfiguration..::..Property>)>)>.) | |
ConfigurationId | (Inherited from ListConfigurationObject.) | |
DBMS |
The type of database system represented by this connection.
| |
IsDefaultObject |
Indicates whether this is the default instance of this object type.
| |
IsExporting |
Tells whether the current object is being used for exporting
| |
IsNewObject | (Inherited from ConfigurationObject.) | |
OriginalConfigurationId | (Inherited from ListConfigurationObject.) | |
RevisionLevel |
The current version of this object.
| |
UdlFile |
The UDL file with connection information dialer to communicate with this database. This should be admin connection information.
|