Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
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
Property Value
Type: Microsoft.Data.Schema.UnitTesting.Configuration.DatabaseDeploymentElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseUnitTestingSection Class