Share via


DatabaseUnitTestingSection.DatabaseDeployment Property

Gets a DatabaseDeploymentElement object that contains the DatabaseDeployment configuration elements.

Namespace:  Microsoft.Data.Schema.UnitTesting.Configuration
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("DatabaseDeployment")> _
Public ReadOnly Property DatabaseDeployment As DatabaseDeploymentElement
[ConfigurationPropertyAttribute("DatabaseDeployment")]
public DatabaseDeploymentElement DatabaseDeployment { get; }
[ConfigurationPropertyAttribute(L"DatabaseDeployment")]
public:
property DatabaseDeploymentElement^ DatabaseDeployment {
    DatabaseDeploymentElement^ get ();
}
[<ConfigurationPropertyAttribute("DatabaseDeployment")>]
member DatabaseDeployment : DatabaseDeploymentElement
function get DatabaseDeployment () : DatabaseDeploymentElement

Property Value

Type: Microsoft.Data.Schema.UnitTesting.Configuration.DatabaseDeploymentElement

.NET Framework Security

See Also

Reference

DatabaseUnitTestingSection Class

Microsoft.Data.Schema.UnitTesting.Configuration Namespace