DatabaseUnitTestingSection.DatabaseDeployment-Eigenschaft

Ruft ein DatabaseDeploymentElement-Objekt ab, das die DatabaseDeployment-Konfigurationselemente enthält.

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
    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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseUnitTestingSection Klasse

Microsoft.Data.Schema.UnitTesting.Configuration-Namespace