VariableDispenserClass 类

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents a variable dispenser class.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")> _
Public Class VariableDispenserClass _
    Implements VariableDispenser, IDTSVariableDispenser100
用法
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

VariableDispenserClass 类型公开以下成员。

构造函数

  名称 说明
公共方法 VariableDispenserClass 基础结构。Initializes a new instance of the VariableDispenserClass class.

页首

方法

  名称 说明
公共方法 Contains 基础结构。Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetQualifiedName Returns the qualified name of the variable.
公共方法 GetType (从 Object 继承。)
公共方法 GetVariables Locks the variables that are in the read-only list and the read/write list.
公共方法 LockForRead 基础结构。Adds the variable to the list of variables to be locked for read-only access.
公共方法 LockForWrite 基础结构。Adds the variable to the list of variables to be locked for read/write access.
公共方法 LockOneForRead 基础结构。Puts the variable in a list, and then locks it for read-only access.
公共方法 LockOneForWrite 基础结构。Puts the variable in a list, and then locks it for read/write access.
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 Reset 基础结构。Clears both the read-only list and read/write list.
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间