Share via


IDTSConnectionManagerVariables100 Interface

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

Provides variables and variable dispenser to connection manager.

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

Syntax

'Declaration
<GuidAttribute("35E7322A-D009-43E4-A1EA-B7BF0AEF5466")> _
Public Interface IDTSConnectionManagerVariables100
'Usage
Dim instance As IDTSConnectionManagerVariables100
[GuidAttribute("35E7322A-D009-43E4-A1EA-B7BF0AEF5466")]
public interface IDTSConnectionManagerVariables100
[GuidAttribute(L"35E7322A-D009-43E4-A1EA-B7BF0AEF5466")]
public interface class IDTSConnectionManagerVariables100
[<GuidAttribute("35E7322A-D009-43E4-A1EA-B7BF0AEF5466")>]
type IDTSConnectionManagerVariables100 =  interface end
public interface IDTSConnectionManagerVariables100

The IDTSConnectionManagerVariables100 type exposes the following members.

Properties

  Name Description
Public property VariableDispenser Infrastructure. Gets the variable dispenser that accesses the collection of variables.
Public property Variables Infrastructure. Gets the collection of variables which are accessed through several objects.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace