MoveSchemaReferenceContributorInput Class

Represents the input for all the references of the move schema refactoring operation.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class MoveSchemaReferenceContributorInput _
    Inherits ContributorInput
'Usage
Dim instance As MoveSchemaReferenceContributorInput
[CLSCompliantAttribute(false)]
public sealed class MoveSchemaReferenceContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
public ref class MoveSchemaReferenceContributorInput sealed : public ContributorInput
public final class MoveSchemaReferenceContributorInput extends ContributorInput

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ContributorInput
    Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.MoveSchema.MoveSchemaReferenceContributorInput

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

MoveSchemaReferenceContributorInput Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.MoveSchema Namespace