Freigeben über


IDTSConnectionManagerVariables100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSConnectionManagerVariables100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft VariableDispenser Infrastruktur Gets the variable dispenser that accesses the collection of variables.
Öffentliche Eigenschaft Variables Infrastruktur Gets the collection of variables which are accessed through several objects.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace