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.
Gets a DatabaseDeploymentElement object that contains the DatabaseDeployment configuration elements.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in microsoft.visualstudio.teamsystem.data.unittesting.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseDeployment As DatabaseDeploymentElement
'Usage
Dim instance As DatabaseUnitTestingSection
Dim value As DatabaseDeploymentElement
value = instance.DatabaseDeployment
public DatabaseDeploymentElement DatabaseDeployment { get; }
public:
property DatabaseDeploymentElement^ DatabaseDeployment {
DatabaseDeploymentElement^ get ();
}
/** @property */
public DatabaseDeploymentElement get_DatabaseDeployment ()
public function get DatabaseDeployment () : DatabaseDeploymentElement
See Also
Reference
DatabaseUnitTestingSection Class
DatabaseUnitTestingSection Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration Namespace