Share via


MoveSchemaReferenceContributorInput.ReferencingProject Property

Gets or sets the project objects to which this input applies.

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 Property ReferencingProject As IDatabaseProjectNode
    Get
    Set
'Usage
Dim instance As MoveSchemaReferenceContributorInput
Dim value As IDatabaseProjectNode

value = instance.ReferencingProject

instance.ReferencingProject = value
public IDatabaseProjectNode ReferencingProject { get; set; }
public:
property IDatabaseProjectNode^ ReferencingProject {
    IDatabaseProjectNode^ get ();
    void set (IDatabaseProjectNode^ value);
}
function get ReferencingProject () : IDatabaseProjectNode
function set ReferencingProject (value : IDatabaseProjectNode)
member ReferencingProject : IDatabaseProjectNode with get, set

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Project.IDatabaseProjectNode

Remarks

If this value is not null, this input should only apply to objects inside this referenced project.

.NET Framework Security

See Also

Reference

MoveSchemaReferenceContributorInput Class

MoveSchemaReferenceContributorInput Members

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