VariableDispenserClass Klasse

Definition

Repräsentiert eine variable Dispenser-Klasse.

public ref class VariableDispenserClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("9275BF59-7D84-4E04-B989-3F33F1750E62")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("09EAF318-CCEF-49D8-A98E-B39C1C32411A")]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("9AF5685B-EE36-46AA-95C6-0F49800FC19A")]
public class VariableDispenserClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenser
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("9275BF59-7D84-4E04-B989-3F33F1750E62")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("09EAF318-CCEF-49D8-A98E-B39C1C32411A")>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("9AF5685B-EE36-46AA-95C6-0F49800FC19A")>]
type VariableDispenserClass = class
    interface VariableDispenser
    interface IDTSVariableDispenser100
Public Class VariableDispenserClass
Implements VariableDispenser
Vererbung
VariableDispenserClass
Attribute
Implementiert

Konstruktoren

Name Beschreibung
VariableDispenserClass()

Initialisiert eine neue Instanz der VariableDispenserClass-Klasse.

Methoden

Name Beschreibung
Contains(String)

Spezifiziert, ob ein Element aus der Sammlung durch Indexierung abgerufen werden kann, ohne eine Ausnahme zu werfen.

GetQualifiedName(String)

Gibt den qualifizierten Namen der Variablen zurück.

GetVariables(IDTSVariables100)

Sperrt die Variablen, die in der Nur-Lese-Liste und in der Lese-/Schreibliste sind.

LockForRead(String)

Fügt die Variable der Liste der Variablen hinzu, die für den Schreibzugriff gesperrt werden sollen.

LockForWrite(String)

Fügt die Variable der Liste der Variablen hinzu, die für Lese-/Schreibzugriff gesperrt werden sollen.

LockOneForRead(String, IDTSVariables100)

Legt die Variable in eine Liste und sperrt sie dann für den Schreibzugriff.

LockOneForWrite(String, IDTSVariables100)

Legt die Variable in eine Liste und sperrt sie dann für Lese- und Schreibzugriff.

Reset()

Löscht sowohl die Nur-Lese-Liste als auch die Lese-/Schreibliste.

Gilt für: