The ICDataSourceConfiguration type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from ConfigurationObject.)

Properties

  NameDescription
Public propertyAdditionalInformation
Provides access to the property representing the AdditionalInformation (use Property.AdditionalInformation).
Public propertyBindDn
Provides access to the property representing the BindDN (use Property.BindDn).
Public propertyConfigurationId
Gets the configuration ID. (Use Property.Id and Property.DisplayName to filter or sort on this property.)
(Inherited from ListConfigurationObject.)
Public propertyConnectionString
Provides access to the property representing the ConnectionString (use Property.ConnectionString).
Public propertyDataSourceSubType
Provides access to the property representing the DataSourceSubType (use Property.DataSourceSubType).
Public propertyDataSourceType
Provides access to the property representing the DataSourceType (use Property.DataSourceType).
Public propertyDriver
Provides access to the property representing the Driver (use Property.Driver).
Public propertyFolder
Provides access to the property representing the Folder (use Property.Folder).
Public propertyHasManualConnectionString
Provides access to the property that determines if this instance has a manual connection string (use Property.HasManualConnectionString).
Public propertyHostName
Provides access to the property representing the HostName (use Property.HostName).
Public propertyIsFileDsn
Provides access to the property determining if this instance is a file DSN (use Property.IsFileDsn).
Public propertyIsNewObject
Gets a value indicating whether this object is a new object.
(Inherited from ConfigurationObject.)
Public propertyIsReadOnly
Provides access to the property that determines if this instance is read only (use Property.IsReadOnly).
Public propertyOdbcDsn
Provides access to the property representing ODBC DSN (use Property.OdbcDsn).
Public propertyOriginalConfigurationId
Following a commit, this will be equivalent to the configuration ID that was assigned to this object prior to the commit.
(Inherited from ListConfigurationObject.)
Public propertyPassword
Provides access to the property representing the Password (use Property.Password).
Public propertyPort
Provides access to the property representing the Port (use Property.Port).
Public propertyQualifier
Provides access to the property representing the Qualifier (use Property.Qualifier).
Public propertyReportClientProxyPort
Provides access to the property representing ReportClientProxyPort (use Property.ReportClientProxyPort).
Public propertySearchDn
Provides access to the property representing the Search DN (use Property.SearchDn).
Public propertyStandardProperties
Provides access to the various standard properties, such as DateLastModified, DateCreated and Notes.
Public propertyUrl
Provides access to the property representing the Url (use Property.Url).
Public propertyUseInternetEnabledReporting
Provides access to the property representing UseInternetEnabledReporting (use Property.UseInternetEnabledReporting).
Public propertyUserId
Provides access to the property representing the User ID (use Property.UserId).

See Also