Partilhar via


Propriedade DatabaseUnitTestingSection.DatabaseDeployment

Obtém um DatabaseDeploymentElement o objeto que contém o DatabaseDeployment elementos de configuração.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

DatabaseUnitTestingSection Classe

Namespace Microsoft.Data.Schema.UnitTesting.Configuration