VariableDispenserClass Class

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see VariableDispenser.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("19974B13-3506-4A64-8D5F-C46B2875F559")> _
Public Class VariableDispenserClass _
    Implements VariableDispenser, IDTSVariableDispenser100
'Usage
Dim instance As VariableDispenserClass
[ClassInterfaceAttribute()]
[GuidAttribute("19974B13-3506-4A64-8D5F-C46B2875F559")]
public class VariableDispenserClass : VariableDispenser, 
    IDTSVariableDispenser100
[ClassInterfaceAttribute()]
[GuidAttribute(L"19974B13-3506-4A64-8D5F-C46B2875F559")]
public ref class VariableDispenserClass : VariableDispenser, 
    IDTSVariableDispenser100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("19974B13-3506-4A64-8D5F-C46B2875F559")>]
type VariableDispenserClass =  
    class
        interface VariableDispenser
        interface IDTSVariableDispenser100
    end
public class VariableDispenserClass implements VariableDispenser, IDTSVariableDispenser100

The VariableDispenserClass type exposes the following members.

Constructors

  Name Description
Public method VariableDispenserClass Infrastructure. For more information, see VariableDispenser.

Top

Methods

  Name Description
Public method Contains Infrastructure. For more information, see VariableDispenser.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetQualifiedName For more information, see VariableDispenser.
Public method GetType (Inherited from Object.)
Public method GetVariables Infrastructure.
Public method LockForRead Infrastructure. For more information, see VariableDispenser.
Public method LockForWrite Infrastructure. For more information, see VariableDispenser.
Public method LockOneForRead Infrastructure.
Public method LockOneForWrite Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset Infrastructure. For more information, see VariableDispenser.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.