The ICDataSourceConfiguration type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from ConfigurationObject.) |
Properties
Name | Description | |
---|---|---|
AdditionalInformation |
Provides access to the property representing the AdditionalInformation (use Property.AdditionalInformation).
| |
BindDn |
Provides access to the property representing the BindDN (use Property.BindDn).
| |
ConfigurationId |
Gets the configuration ID. (Use Property.Id and Property.DisplayName to filter or sort on this property.)
(Inherited from ListConfigurationObject.) | |
ConnectionString |
Provides access to the property representing the ConnectionString (use Property.ConnectionString).
| |
DataSourceSubType |
Provides access to the property representing the DataSourceSubType (use Property.DataSourceSubType).
| |
DataSourceType |
Provides access to the property representing the DataSourceType (use Property.DataSourceType).
| |
Driver |
Provides access to the property representing the Driver (use Property.Driver).
| |
Folder |
Provides access to the property representing the Folder (use Property.Folder).
| |
HasManualConnectionString |
Provides access to the property that determines if this instance has a manual connection string (use Property.HasManualConnectionString).
| |
HostName |
Provides access to the property representing the HostName (use Property.HostName).
| |
IsFileDsn |
Provides access to the property determining if this instance is a file DSN (use Property.IsFileDsn).
| |
IsNewObject |
Gets a value indicating whether this object is a new object.
(Inherited from ConfigurationObject.) | |
IsReadOnly |
Provides access to the property that determines if this instance is read only (use Property.IsReadOnly).
| |
OdbcDsn |
Provides access to the property representing ODBC DSN (use Property.OdbcDsn).
| |
OriginalConfigurationId |
Following a commit, this will be equivalent to the configuration ID that was assigned to this object prior
to the commit.
(Inherited from ListConfigurationObject.) | |
Password |
Provides access to the property representing the Password (use Property.Password).
| |
Port |
Provides access to the property representing the Port (use Property.Port).
| |
Qualifier |
Provides access to the property representing the Qualifier (use Property.Qualifier).
| |
ReportClientProxyPort |
Provides access to the property representing ReportClientProxyPort (use Property.ReportClientProxyPort).
| |
SearchDn |
Provides access to the property representing the Search DN (use Property.SearchDn).
| |
StandardProperties |
Provides access to the various standard properties, such as DateLastModified, DateCreated and Notes.
| |
Url |
Provides access to the property representing the Url (use Property.Url).
| |
UseInternetEnabledReporting |
Provides access to the property representing UseInternetEnabledReporting (use Property.UseInternetEnabledReporting).
| |
UserId |
Provides access to the property representing the User ID (use Property.UserId).
|