Freigeben über


DatabaseTaskHost.OnFixupAfterDeserialization-Methode

Keine Aktion

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTaskHost Klasse

Microsoft.Data.Schema.Build-Namespace