MoveSchemaReferenceContributorInput.NewSchema Property
Gets the new schema for the selected 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 NewSchema As String
'Usage
Dim instance As MoveSchemaReferenceContributorInput
Dim value As String
value = instance.NewSchema
public string NewSchema { get; }
public:
property String^ NewSchema {
String^ get ();
}
public function get NewSchema () : String
Property Value
Type: System.String
.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