Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
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
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace