Share via


OracleConnectionSetting.Packages 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.

Gets the package mapping information specified by the represented Oracle connection data object as a String array of key/value pairs.

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

Syntax

'Declaration
PublicPropertyPackagesAs String()
public string[] Packages { get; internalset; }
public:
propertyarray<String^>^ Packages {
    array<String^>^ get ();
    voidset (array<String^>^ value);
}
publicfunction getPackages () : String[]
publicfunction setPackages (value : String[])

See Also

OracleConnectionSetting Class

Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Manageability 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.