DatabaseTaskHost.OnFixupAfterDeserialization Method
Does nothing.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
)
Parameters
- oldPath
Type: System.String
Not used.
- newPath
Type: System.String
Not used.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.