名前空間 : Microsoft.Data.Schema.UnitTesting.Configuration
アセンブリ : Microsoft.Data.Schema.UnitTesting (Microsoft.Data.Schema.UnitTesting.dll 内)
構文
'宣言
<ConfigurationPropertyAttribute("DatabaseDeployment")> _
Public ReadOnly Property DatabaseDeployment As DatabaseDeploymentElement
'使用
Dim instance As DatabaseUnitTestingSection
Dim value As DatabaseDeploymentElement
value = instance.DatabaseDeployment
[ConfigurationPropertyAttribute("DatabaseDeployment")]
public DatabaseDeploymentElement DatabaseDeployment { get; }
[ConfigurationPropertyAttribute(L"DatabaseDeployment")]
public:
property DatabaseDeploymentElement^ DatabaseDeployment {
DatabaseDeploymentElement^ get ();
}
public function get DatabaseDeployment () : DatabaseDeploymentElement
プロパティ値
型 : Microsoft.Data.Schema.UnitTesting.Configuration.DatabaseDeploymentElement
参照
参照
DatabaseUnitTestingSection クラス