Partilhar via


Propriedade do RDL SqlMoveSchemaStep.NewSchema

Gets the new schema

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property NewSchema As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String

Consulte também

Referência

SqlMoveSchemaStep Classe

Namespace Microsoft.SqlServer.Dac.Deployment