Share via


OADeploymentConfigurationEditor Class

Represents the deployment configuration editor.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OADeploymentConfigurationEditor
'Usage
Dim instance As OADeploymentConfigurationEditor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OADeploymentConfigurationEditor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OADeploymentConfigurationEditor
public class OADeploymentConfigurationEditor

Remarks

This is the automation object exposed to DTE. Retrieve this object through the EnvDTE.ActiveWindow.Object method, where the ActiveWindow is a SQL properties editor.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation.OADeploymentConfigurationEditor

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OADeploymentConfigurationEditor Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace