VSTARTScriptObjectModelBase.Dts Property

Definition

This is the equivalent of the global Dts identifier in VSA scripts

public:
 property Microsoft::SqlServer::Dts::Tasks::ScriptTask::ScriptObjectModel ^ Dts { Microsoft::SqlServer::Dts::Tasks::ScriptTask::ScriptObjectModel ^ get(); void set(Microsoft::SqlServer::Dts::Tasks::ScriptTask::ScriptObjectModel ^ value); };
public Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptObjectModel Dts { get; set; }
member this.Dts : Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptObjectModel with get, set
Public Property Dts As ScriptObjectModel

Property Value

The global Dts that is the instance of the script object model.

Applies to