Share via


NewSchemaCompareWizard Class

Represents the new schema compare wizard.

This API is not CLS-compliant. The CLS-compliant alternative is .

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class NewSchemaCompareWizard _
    Implements IWizard
'Usage
Dim instance As NewSchemaCompareWizard
[CLSCompliantAttribute(false)]
public class NewSchemaCompareWizard : IWizard
[CLSCompliantAttribute(false)]
public ref class NewSchemaCompareWizard : IWizard
public class NewSchemaCompareWizard implements IWizard
[<CLSCompliantAttribute(false)>]
type NewSchemaCompareWizard =  
    class
        interface IWizard
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.NewSchemaCompareWizard

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

NewSchemaCompareWizard Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare Namespace