DatabaseUnitTestingSection.DatabaseDeployment 属性

获取一个包含 DatabaseDeployment 配置元素的 DatabaseDeploymentElement 对象。

命名空间:  Microsoft.Data.Schema.UnitTesting.Configuration
程序集:  Microsoft.Data.Schema.UnitTesting(在 Microsoft.Data.Schema.UnitTesting.dll 中)

语法

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

属性值

类型:Microsoft.Data.Schema.UnitTesting.Configuration.DatabaseDeploymentElement

.NET Framework 安全性

请参见

参考

DatabaseUnitTestingSection 类

Microsoft.Data.Schema.UnitTesting.Configuration 命名空间