Metodo ASTaskBase.UnsubscribeToProgressEvent
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Unsubscribes the task from the progress event.
Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Sintassi
'Dichiarazione
Protected Sub UnsubscribeToProgressEvent ( _
trace As SessionTrace _
)
'Utilizzo
Dim trace As SessionTrace
Me.UnsubscribeToProgressEvent(trace)
protected void UnsubscribeToProgressEvent(
SessionTrace trace
)
protected:
void UnsubscribeToProgressEvent(
SessionTrace^ trace
)
member UnsubscribeToProgressEvent :
trace:SessionTrace -> unit
protected function UnsubscribeToProgressEvent(
trace : SessionTrace
)
Parametri
- trace
Tipo: Microsoft.AnalysisServices.SessionTrace
The trace.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask