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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。