SqlRefactoringLog.AppendMoveSchemaRecord 方法

将一条移动架构重构记录追加到重构日志。

命名空间:  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 命名空间