Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the new schema
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property NewSchema As String
Get
'Usage
Dim instance As SqlMoveSchemaStep
Dim value As String
value = instance.NewSchema
public string NewSchema { get; }
public:
property String^ NewSchema {
String^ get ();
}
member NewSchema : string
function get NewSchema () : String
Property Value
Type: System.String