共用方式為


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 命名空間