VSTARTScriptObjectModelBase.Dts 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.
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.