Share via


IDTSVariables100 Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see Variables.

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

Syntax

'Declaration
<GuidAttribute("22992C1D-393D-48FB-9A9F-4E4C62441CCA")> _
Public Interface IDTSVariables100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSVariables100
[GuidAttribute("22992C1D-393D-48FB-9A9F-4E4C62441CCA")]
public interface IDTSVariables100 : IEnumerable
[GuidAttribute(L"22992C1D-393D-48FB-9A9F-4E4C62441CCA")]
public interface class IDTSVariables100 : IEnumerable
[<GuidAttribute("22992C1D-393D-48FB-9A9F-4E4C62441CCA")>]
type IDTSVariables100 =  
    interface
        interface IEnumerable
    end
public interface IDTSVariables100 extends IEnumerable