Compartir a través de


DatabaseUnitTestingSection.DatabaseDeployment (Propiedad)

Obtiene un objeto DatabaseDeploymentElement que contiene los elementos de configuración de DatabaseDeployment.

Espacio de nombres:  Microsoft.Data.Schema.UnitTesting.Configuration
Ensamblado:  Microsoft.Data.Schema.UnitTesting (en Microsoft.Data.Schema.UnitTesting.dll)

Sintaxis

'Declaración
<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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

DatabaseUnitTestingSection Clase

Microsoft.Data.Schema.UnitTesting.Configuration (Espacio de nombres)