Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Does nothing.
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)
Syntax
'Declaration
Protected Overridable Sub OnFinish ( _
host As DatabaseTaskHost _
)
protected virtual void OnFinish(
DatabaseTaskHost host
)
protected:
virtual void OnFinish(
DatabaseTaskHost^ host
)
abstract OnFinish :
host:DatabaseTaskHost -> unit
override OnFinish :
host:DatabaseTaskHost -> unit
protected function OnFinish(
host : DatabaseTaskHost
)
Parameters
- host
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost
The database task host
.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.