Freigeben über


IDTSVariables100-Schnittstelle

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

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

Der IDTSVariables100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur For more information, see Variables.
Öffentliche Eigenschaft Item Infrastruktur For more information, see Variables.
Öffentliche Eigenschaft Locked Infrastruktur For more information, see Variables.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur For more information, see Variables.
Öffentliche Methode Contains Infrastruktur For more information, see Variables.
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see Variables.
Öffentliche Methode Remove Infrastruktur For more information, see Variables.
Öffentliche Methode Unlock Infrastruktur For more information, see Variables.

Zum Anfang