Partager via


Propriété SqlMoveSchemaStep.NewSchema

Gets the new schema

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NewSchema As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String

Voir aussi

Référence

SqlMoveSchemaStep Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment