IDTSVariables100 Interface

This API supports the 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

The IDTSVariables100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see Variables.
Public property Item Infrastructure. For more information, see Variables.
Public property Locked Infrastructure. For more information, see Variables.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see Variables.
Public method Contains Infrastructure. For more information, see Variables.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see Variables.
Public method Remove Infrastructure. For more information, see Variables.
Public method Unlock Infrastructure. For more information, see Variables.

Top