Freigeben über


SqlMoveSchemaStep.NewSchema-Eigenschaft

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

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

SqlMoveSchemaStep Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace