共用方式為


SqlRefactoringLog.AppendMoveSchemaRecord 方法

將移動結構描述記錄 (Record) 附加至重構記錄 (Log)。

命名空間:  Microsoft.Data.Schema.Sql.Refactoring
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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
)

參數

  • newOwnerSchema
    型別:System.String
    應該向其移動項目之結構描述的名稱。

備註

如果不支援將這種型別的物件移至新的結構描述,則不會將記錄新增至記錄檔。

.NET Framework 安全性

請參閱

參考

SqlRefactoringLog 類別

Microsoft.Data.Schema.Sql.Refactoring 命名空間