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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MoveSchemaReferenceContributorInput Class
MoveSchemaReferenceContributorInput Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.MoveSchema Namespace