ScriptTaskUI.AssociatedTask Property

Definition

Gets or sets the task associated with the script task UI.

public:
 property Microsoft::SqlServer::Dts::Tasks::ScriptTask::ScriptTask ^ AssociatedTask { Microsoft::SqlServer::Dts::Tasks::ScriptTask::ScriptTask ^ get(); };
public Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask AssociatedTask { get; }
member this.AssociatedTask : Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptTask
Public ReadOnly Property AssociatedTask As ScriptTask

Property Value

The task associated with the script task UI.

Applies to