MoveSchemaReferenceContributorInput Class

This class provides input parameters for the "Move Schema" refactoring operation.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ContributorInput
    Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring.MoveSchemaReferenceContributorInput

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class MoveSchemaReferenceContributorInput _
    Inherits ContributorInput
[CLSCompliantAttribute(false)]
public sealed class MoveSchemaReferenceContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
public ref class MoveSchemaReferenceContributorInput sealed : public ContributorInput
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type MoveSchemaReferenceContributorInput =  
    class
        inherit ContributorInput
    end
public final class MoveSchemaReferenceContributorInput extends ContributorInput

The MoveSchemaReferenceContributorInput type exposes the following members.

Constructors

  Name Description
Public method MoveSchemaReferenceContributorInput(String, String, ISqlModelElement) Initializes a new instance of the MoveSchemaReferenceContributorInput class.
Public method MoveSchemaReferenceContributorInput(String, String, ISqlModelElement, Boolean) Initializes a new instance of the MoveSchemaReferenceContributorInput class.

Top

Properties

  Name Description
Public property ModelElement Gets the SchemaIdentifier for the selected schema object.
Public property NewSchema Target schema for the selected schema object.
Public property OldSchema Gets the old schema for the object.
Public property RefactoringOperation This property represents the refactoring operation for which this ContributorInput is used. (Inherited from ContributorInput.)
Public property ReferencingProject Gets the referencing project.
Public property UseDefaultSchema Gets a value that indicates whether to use the default schema in the project system when refactoring analyzes scripts and unit tests.

Top

Methods

  Name Description
Public method Equals Returns true if this MoveSchemaReferenceContributorInput has the same value as the specified object, which must also be MoveSchemaReferenceContributorInput. (Overrides ContributorInput.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns a hash code for the MoveSchemaReferenceContributorInput object. (Overrides ContributorInput.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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.Package.Sql.Refactoring Namespace