Share via


OADataCompare Class

This is the automation object exposed to DTE. Retrieve this object through the EnvDTE.ActiveWindow.Object method where the ActiveWindow is a Data Compare editor.

This API is not CLS-compliant. 

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OADataCompare

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

OADataCompare Members

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