Sdílet prostřednictvím


DatabaseUnitTestingSection.DatabaseDeployment – vlastnost

Získává DatabaseDeploymentElement objekt, který obsahuje DatabaseDeployment prvky konfigurace.

Obor názvů:  Microsoft.Data.Schema.UnitTesting.Configuration
Sestavení:  Microsoft.Data.Schema.UnitTesting (v Microsoft.Data.Schema.UnitTesting.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabaseUnitTestingSection Třída

Microsoft.Data.Schema.UnitTesting.Configuration – obor názvů