Share via


IDTSConnectionManagerVariables100.Variables Property

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

Gets the collection of variables which are accessed through several objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Default Property Variables As IDTSVariables100 
    Get
'Usage
Dim instance As IDTSConnectionManagerVariables100 
Dim value As IDTSVariables100 

value = instance
IDTSVariables100 this { get; }
property IDTSVariables100^ default {
    IDTSVariables100^ get ();
}
abstract Variables : IDTSVariables100
function get Variables () : IDTSVariables100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
The collection of variables which are accessed through several objects.

See Also

Reference

IDTSConnectionManagerVariables100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace