VariableDispenser 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
For more information, see VariableDispenserClass.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")> _
Public Interface VariableDispenser _
Inherits IDTSVariableDispenser100
'用途
Dim instance As VariableDispenser
[GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface VariableDispenser : IDTSVariableDispenser100
[GuidAttribute(L"202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface class VariableDispenser : IDTSVariableDispenser100
[<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")>]
type VariableDispenser =
interface
interface IDTSVariableDispenser100
end
public interface VariableDispenser extends IDTSVariableDispenser100
VariableDispenser 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Contains | 基礎結構。Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. (繼承自 IDTSVariableDispenser100。) | |
GetQualifiedName | 基礎結構。Returns the qualified name of the variable. For more information, see VariableDispenserClass. (繼承自 IDTSVariableDispenser100。) | |
GetVariables | 基礎結構。Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. (繼承自 IDTSVariableDispenser100。) | |
LockForRead | 基礎結構。Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. (繼承自 IDTSVariableDispenser100。) | |
LockForWrite | 基礎結構。Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. (繼承自 IDTSVariableDispenser100。) | |
LockOneForRead | 基礎結構。Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. (繼承自 IDTSVariableDispenser100。) | |
LockOneForWrite | 基礎結構。Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. (繼承自 IDTSVariableDispenser100。) | |
Reset | 基礎結構。Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. (繼承自 IDTSVariableDispenser100。) |
上層