DatabaseTaskHost.OnFixupAfterDeserialization 方法

不做任何操作。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Protected Overridable Sub OnFixupAfterDeserialization ( _
    oldPath As String, _
    newPath As String _
)
protected virtual void OnFixupAfterDeserialization(
    string oldPath,
    string newPath
)
protected:
virtual void OnFixupAfterDeserialization(
    String^ oldPath, 
    String^ newPath
)
abstract OnFixupAfterDeserialization : 
        oldPath:string * 
        newPath:string -> unit 
override OnFixupAfterDeserialization : 
        oldPath:string * 
        newPath:string -> unit 
protected function OnFixupAfterDeserialization(
    oldPath : String, 
    newPath : String
)

参数

.NET Framework 安全性

请参见

参考

DatabaseTaskHost 类

Microsoft.Data.Schema.Build 命名空间