Share via


VSTARTScriptObjectModelBase.Dts Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the global Dts that is the instance of the script object model.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Syntax

'Declaration
Public Property Dts As ScriptObjectModel 
    Get 
    Set
'Usage
Dim instance As VSTARTScriptObjectModelBase 
Dim value As ScriptObjectModel 

value = instance.Dts

instance.Dts = value
public ScriptObjectModel Dts { get; set; }
public:
property ScriptObjectModel^ Dts {
    ScriptObjectModel^ get ();
    void set (ScriptObjectModel^ value);
}
member Dts : ScriptObjectModel with get, set
function get Dts () : ScriptObjectModel 
function set Dts (value : ScriptObjectModel)

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.ScriptTask.ScriptObjectModel
The global Dts that is the instance of the script object model.

See Also

Reference

VSTARTScriptObjectModelBase Class

Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace