Share via


ASTaskBase.SubscribeToProgressEvent Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Syntax

'Declaration
Protected Sub SubscribeToProgressEvent ( _
    trace As SessionTrace _
)
'Usage
Dim trace As SessionTrace

Me.SubscribeToProgressEvent(trace)
protected void SubscribeToProgressEvent(
    SessionTrace trace
)
protected:
void SubscribeToProgressEvent(
    SessionTrace^ trace
)
member SubscribeToProgressEvent : 
        trace:SessionTrace -> unit 
protected function SubscribeToProgressEvent(
    trace : SessionTrace
)