Partager via


SqlRefactoringLog.AppendMoveSchemaRecord, méthode

Ajoute un enregistrement de déplacement de schéma au journal de refactorisation.

Espace de noms :  Microsoft.Data.Schema.Sql.Refactoring
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public Sub AppendMoveSchemaRecord ( _
    elementToMove As ISqlModelElement, _
    newOwnerSchema As String _
)
public void AppendMoveSchemaRecord(
    ISqlModelElement elementToMove,
    string newOwnerSchema
)
public:
void AppendMoveSchemaRecord(
    ISqlModelElement^ elementToMove, 
    String^ newOwnerSchema
)
member AppendMoveSchemaRecord : 
        elementToMove:ISqlModelElement * 
        newOwnerSchema:string -> unit 
public function AppendMoveSchemaRecord(
    elementToMove : ISqlModelElement, 
    newOwnerSchema : String
)

Paramètres

  • newOwnerSchema
    Type : System.String
    Nom du schéma vers lequel l'élément doit être déplacé.

Notes

Si un déplacement de ce type d'objet vers un nouveau schéma n'est pas pris en charge, aucun enregistrement ne sera ajouté au journal.

Sécurité .NET Framework

Voir aussi

Référence

SqlRefactoringLog Classe

Microsoft.Data.Schema.Sql.Refactoring, espace de noms