Partager via


OracleConnectionSettings.OracleConnectionsData Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Collection of Oracle-specific connection information.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("", IsRequired := False, IsDefaultCollection := True)> _
PublicReadOnlyPropertyOracleConnectionsDataAs NamedElementCollection(Of OracleConnectionData)
[ConfigurationPropertyAttribute("", IsRequired = false, IsDefaultCollection = true)]
public NamedElementCollection<OracleConnectionData> OracleConnectionsData { get; }
[ConfigurationPropertyAttribute(L"", IsRequired = false, IsDefaultCollection = true)]
public:
property NamedElementCollection<OracleConnectionData^>^ OracleConnectionsData {
    NamedElementCollection<OracleConnectionData^>^ get ();
}
publicfunction getOracleConnectionsData () : NamedElementCollection<OracleConnectionData>

See Also

OracleConnectionSettings Class

Microsoft.Practices.EnterpriseLibrary.Data.Oracle.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.