Jaa


ConnectionStringSettingsNode.ProviderName 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 or sets the provider name to use for this connection.

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

Syntax

'Declaration
<EnvironmentOverridableAttribute(False)> _
PublicPropertyProviderNameAs String
[EnvironmentOverridableAttribute(false)]
public string ProviderName { get; set; }
[EnvironmentOverridableAttribute(false)]
public:
property String^ ProviderName {
    String^ get ();
    voidset (String^ value);
}
publicfunction getProviderName () : String
publicfunction setProviderName (value : String)

Field Value

The provider name to use for this connection

See Also

ConnectionStringSettingsNode Class

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