ScriptTaskUI.AssociatedTask Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.