DatabaseDeploymentElement Class

Namespace:  Microsoft.Data.Schema.UnitTesting.Configuration
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.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

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Data.Schema.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.Data.Schema.UnitTesting.Configuration Namespace