Share via


DatabaseDeploymentElement Members

Represents the DatabaseDeployment configuration element in the DatabaseUnitTesting section of the app.config file.

The following tables list the members exposed by the DatabaseDeploymentElement type.

Public Constructors

  Name Description
Public constructor DatabaseDeploymentElement Initializes a new instance of the DatabaseDeploymentElement class. 

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Configuration Gets or sets the name test project configuration. For example, "debug" or "retail". 
Public property DatabaseProjectFileName Gets or sets the name of the database test project file. 
Public property ElementInformation  (Inherited from ConfigurationElement.)
Public property LockAllAttributesExcept  (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept  (Inherited from ConfigurationElement.)
Public property LockAttributes  (Inherited from ConfigurationElement.)
Public property LockElements  (Inherited from ConfigurationElement.)
Public property LockItem  (Inherited from ConfigurationElement.)

Top

Protected Properties

  Name Description
Protected property ElementProperty  (Inherited from ConfigurationElement.)
Protected property EvaluationContext  (Inherited from ConfigurationElement.)
Protected property Item  Overloaded. (Inherited from ConfigurationElement.)
Protected property Properties  (Inherited from ConfigurationElement.)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from ConfigurationElement.)
Public method GetHashCode  (Inherited from ConfigurationElement.)
Public method GetType  (Inherited from Object.)
Public method IsReadOnly  (Inherited from ConfigurationElement.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method DeserializeElement  (Inherited from ConfigurationElement.)
Protected method Finalize  (Inherited from Object.)
Protected method Init  (Inherited from ConfigurationElement.)
Protected method InitializeDefault  (Inherited from ConfigurationElement.)
Protected method IsModified  (Inherited from ConfigurationElement.)
Protected method ListErrors  (Inherited from ConfigurationElement.)
Protected method MemberwiseClone  (Inherited from Object.)
Protected method OnDeserializeUnrecognizedAttribute  (Inherited from ConfigurationElement.)
Protected method OnDeserializeUnrecognizedElement  (Inherited from ConfigurationElement.)
Protected method OnRequiredPropertyNotFound  (Inherited from ConfigurationElement.)
Protected method PostDeserialize  (Inherited from ConfigurationElement.)
Protected method PreSerialize  (Inherited from ConfigurationElement.)
Protected method Reset  (Inherited from ConfigurationElement.)
Protected method ResetModified  (Inherited from ConfigurationElement.)
Protected method SerializeElement  (Inherited from ConfigurationElement.)
Protected method SerializeToXmlElement  (Inherited from ConfigurationElement.)
Protected method SetPropertyValue  (Inherited from ConfigurationElement.)
Protected method SetReadOnly  (Inherited from ConfigurationElement.)
Protected method Unmerge  (Inherited from ConfigurationElement.)

Top

See Also

Reference

DatabaseDeploymentElement Class
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration Namespace