Share via


MoveSchemaReferenceContributorInput.ModelElement Property

Gets the model element on which to apply the move schema refactoring operation.

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
Public ReadOnly Property ModelElement As ISqlModelElement
'Usage
Dim instance As MoveSchemaReferenceContributorInput 
Dim value As ISqlModelElement 

value = instance.ModelElement
public ISqlModelElement ModelElement { get; }
public:
property ISqlModelElement^ ModelElement {
    ISqlModelElement^ get ();
}
public function get ModelElement () : ISqlModelElement

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlModelElement
Returns a ISqlModelElement.

.NET Framework Security

See Also

Reference

MoveSchemaReferenceContributorInput Class

MoveSchemaReferenceContributorInput Members

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