Bagikan melalui


VariableDispenserClass Class

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

Represents a variable dispenser class.

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(ClassInterfaceType.None)> _
<GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")> _
Public Class VariableDispenserClass _
    Implements VariableDispenser, IDTSVariableDispenser100
'Usage
Dim instance As VariableDispenserClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")]
public class VariableDispenserClass : VariableDispenser, 
    IDTSVariableDispenser100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")]
public ref class VariableDispenserClass : VariableDispenser, 
    IDTSVariableDispenser100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")>]
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. Initializes a new instance of the VariableDispenserClass class.

Top

Methods

  Name Description
Public method Contains Infrastructure. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetQualifiedName Returns the qualified name of the variable.
Public method GetType (Inherited from Object.)
Public method GetVariables Locks the variables that are in the read-only list and the read/write list.
Public method LockForRead Infrastructure. Adds the variable to the list of variables to be locked for read-only access.
Public method LockForWrite Infrastructure. Adds the variable to the list of variables to be locked for read/write access.
Public method LockOneForRead Infrastructure. Puts the variable in a list, and then locks it for read-only access.
Public method LockOneForWrite Infrastructure. Puts the variable in a list, and then locks it for read/write access.
Protected method MemberwiseClone (Inherited from Object.)
Public method Reset Infrastructure. Clears both the read-only list and read/write list.
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.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace