Linguaggio

VariableDispenserClass Classe

Definizione

Rappresenta una classe di distributore variabile.

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
Ereditarietà
VariableDispenserClass
Attributi
Implementazioni

Costruttori

Nome Descrizione
VariableDispenserClass()

Inizializza una nuova istanza della classe VariableDispenserClass.

Metodi

Nome Descrizione
Contains(String)

Specifica se un elemento può essere recuperato dalla collezione utilizzando l'indicizzazione senza lanciare eccezioni.

GetQualifiedName(String)

Restituisce il nome qualificato della variabile.

GetVariables(IDTSVariables100)

Blocca le variabili presenti nella lista di sola lettura e nella lista di lettura/scrittura.

LockForRead(String)

Aggiunge la variabile all'elenco delle variabili da bloccare per l'accesso in sola lettura.

LockForWrite(String)

Aggiunge la variabile all'elenco delle variabili da bloccare per l'accesso di lettura/scrittura.

LockOneForRead(String, IDTSVariables100)

Inserisce la variabile in una lista e poi la blocca per l'accesso in sola lettura.

LockOneForWrite(String, IDTSVariables100)

Inserisce la variabile in una lista e poi la blocca per l'accesso di lettura/scrittura.

Reset()

Cancella sia la lista di sola lettura che quella di lettura/scrittura.

Si applica a