VariableDispenser 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.
For more information, see VariableDispenserClass.
public interface class VariableDispenser : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass))]
[System.Runtime.InteropServices.Guid("57A6A211-A152-4325-880F-759E5D466F8F")]
public interface VariableDispenser : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass))]
[System.Runtime.InteropServices.Guid("7DB0132C-1EA6-4589-93F5-3E694584A3DF")]
public interface VariableDispenser : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass))]
[System.Runtime.InteropServices.Guid("A4EB5A3C-982C-4C57-9B00-3172C239BC38")]
public interface VariableDispenser : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass))>]
[<System.Runtime.InteropServices.Guid("57A6A211-A152-4325-880F-759E5D466F8F")>]
type VariableDispenser = interface
interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass))>]
[<System.Runtime.InteropServices.Guid("7DB0132C-1EA6-4589-93F5-3E694584A3DF")>]
type VariableDispenser = interface
interface IDTSVariableDispenser100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass))>]
[<System.Runtime.InteropServices.Guid("A4EB5A3C-982C-4C57-9B00-3172C239BC38")>]
type VariableDispenser = interface
interface IDTSVariableDispenser100
Public Interface VariableDispenser
Implements IDTSVariableDispenser100
- Derived
- Attributes
- Implements
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. (Inherited from IDTSVariableDispenser100) |
GetQualifiedName(String) |
Returns the qualified name of the variable. For more information, see VariableDispenserClass. (Inherited from IDTSVariableDispenser100) |
GetVariables(IDTSVariables100) |
Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. (Inherited from IDTSVariableDispenser100) |
LockForRead(String) |
Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. (Inherited from IDTSVariableDispenser100) |
LockForWrite(String) |
Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. (Inherited from IDTSVariableDispenser100) |
LockOneForRead(String, IDTSVariables100) |
Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. (Inherited from IDTSVariableDispenser100) |
LockOneForWrite(String, IDTSVariables100) |
Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. (Inherited from IDTSVariableDispenser100) |
Reset() |
Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. (Inherited from IDTSVariableDispenser100) |