Freigeben über


DatabaseAssemblerAttribute Class

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.

Specifies what type to use to build the concrete Database type this attribute is bound to. This class cannot be inherited.

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

Syntax

'Declaration
PublicNotInheritableClassDatabaseAssemblerAttribute _
    Inherits Attribute
publicsealedclassDatabaseAssemblerAttribute : Attribute
publicref classDatabaseAssemblerAttributesealed : public Attribute
publicfinalclass DatabaseAssemblerAttribute extends Attribute

Remarks

This attribute is used by the DatabaseCustomFactory once the Database type to build is known based on the configuration information to determine how to build the actual Database instance.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseAssemblerAttribute

See Also

DatabaseAssemblerAttribute Members

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