Sdílet prostřednictvím


SqlMoveSchemaStep.NewSchema Property

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

See Also

Reference

SqlMoveSchemaStep Class

Microsoft.SqlServer.Dac.Deployment Namespace