OASqlPropertiesEditor Class

This type is only used internally; you cannot use it directly from your code. Represents the SQL properties 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 OASqlPropertiesEditor
'Usage
Dim instance As OASqlPropertiesEditor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OASqlPropertiesEditor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OASqlPropertiesEditor
public class OASqlPropertiesEditor
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OASqlPropertiesEditor =  class end

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.OASqlPropertiesEditor

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

OASqlPropertiesEditor Members

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