IDTSVariableDispenser100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a variable dispenser class. For more information, see VariableDispenserClass.
public interface class IDTSVariableDispenser100
[System.Runtime.InteropServices.Guid("57A6A211-A152-4325-880F-759E5D466F8F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariableDispenser100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7DB0132C-1EA6-4589-93F5-3E694584A3DF")]
public interface IDTSVariableDispenser100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A4EB5A3C-982C-4C57-9B00-3172C239BC38")]
public interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.Guid("57A6A211-A152-4325-880F-759E5D466F8F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariableDispenser100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7DB0132C-1EA6-4589-93F5-3E694584A3DF")>]
type IDTSVariableDispenser100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A4EB5A3C-982C-4C57-9B00-3172C239BC38")>]
type IDTSVariableDispenser100 = interface
Public Interface IDTSVariableDispenser100
- Derived
- Attributes
Methods
Contains(String) |
Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. |
GetQualifiedName(String) |
Returns the qualified name of the variable. For more information, see VariableDispenserClass. |
GetVariables(IDTSVariables100) |
Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. |
LockForRead(String) |
Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. |
LockForWrite(String) |
Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. |
LockOneForRead(String, IDTSVariables100) |
Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. |
LockOneForWrite(String, IDTSVariables100) |
Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. |
Reset() |
Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. |