SqlDatabaseData Members

Include Protected Members
Include Inherited Members

The SqlDatabaseData type exposes the following members.

Constructors

  Name Description
Ff668920.pubmethod(en-us,PandP.50).gif SqlDatabaseData
Initializes a new instance of the SqlDatabase class with a connection string and a configuration source.

Methods

  Name Description
Ff668920.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff668920.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff668920.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff668920.pubmethod(en-us,PandP.50).gif GetRegistrations
Creates a TypeRegistration instance describing the SqlDatabase represented by this configuration object.
(Overrides DatabaseData.GetRegistrations().)
Ff668920.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff668920.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff668920.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

Properties

  Name Description
Ff668920.protproperty(en-us,PandP.50).gif ConfigurationSource
Gets the IConfigurationSource for the database data.
(Inherited from DatabaseData.)
Ff668920.pubproperty(en-us,PandP.50).gif ConnectionString
Gets the connection string for the represented database.
(Inherited from DatabaseData.)
Ff668920.protproperty(en-us,PandP.50).gif ConnectionStringSettings
Gets the ConnectionStringSettings for the database data.
(Inherited from DatabaseData.)
Ff668920.pubproperty(en-us,PandP.50).gif Name
Gets the name for the represented database.
(Inherited from DatabaseData.)

See Also

SqlDatabaseData Class

Microsoft.Practices.EnterpriseLibrary.Data.Sql.Configuration Namespace