Share via


MoveSchemaReferenceContributorInput Class

This type is only used internally; you cannot use it directly from your code. 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
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type MoveSchemaReferenceContributorInput =  
    class
        inherit ContributorInput
    end

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