Поделиться через


MoveSchemaReferenceContributorInput.OldSchema Property

Gets the old schema for the object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property OldSchema As String
public string OldSchema { get; }
public:
property String^ OldSchema {
    String^ get ();
}
member OldSchema : string
function get OldSchema () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

MoveSchemaReferenceContributorInput Class

Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace