Share via


MoveSchemaReferenceContributorInput.OldSchema Property

Gets the old schema for the element.

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 OldSchema As String
'Usage
Dim instance As MoveSchemaReferenceContributorInput 
Dim value As String 

value = instance.OldSchema
public string OldSchema { get; }
public:
property String^ OldSchema {
    String^ get ();
}
public function get OldSchema () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

MoveSchemaReferenceContributorInput Class

MoveSchemaReferenceContributorInput Members

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