OASqlCmdVarsEditor Class

This type is only used internally; you cannot use it directly from your code. Represents this 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
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OASqlCmdVarsEditor
'Usage
Dim instance As OASqlCmdVarsEditor
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OASqlCmdVarsEditor
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OASqlCmdVarsEditor
public class OASqlCmdVarsEditor
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type OASqlCmdVarsEditor =  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.OASqlCmdVarsEditor

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

OASqlCmdVarsEditor Members

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