DatabaseDeploymentElement Class
Represents the DatabaseDeployment configuration element in the DatabaseUnitTesting section of the app.config file.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in microsoft.visualstudio.teamsystem.data.unittesting.dll)
Syntax
'Declaration
Public NotInheritable Class DatabaseDeploymentElement
Inherits ConfigurationElement
'Usage
Dim instance As DatabaseDeploymentElement
public sealed class DatabaseDeploymentElement : ConfigurationElement
public ref class DatabaseDeploymentElement sealed : public ConfigurationElement
public final class DatabaseDeploymentElement extends ConfigurationElement
public final class DatabaseDeploymentElement extends ConfigurationElement
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration.DatabaseDeploymentElement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DatabaseDeploymentElement Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration Namespace