次の方法で共有


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 名前空間