IDTSVariableDispenser100 接口

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

Represents a variable dispenser class. 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 IDTSVariableDispenser100
用法
Dim instance As IDTSVariableDispenser100
[GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface IDTSVariableDispenser100
[GuidAttribute(L"202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface class IDTSVariableDispenser100
[<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")>]
type IDTSVariableDispenser100 =  interface end
public interface IDTSVariableDispenser100

IDTSVariableDispenser100 类型公开以下成员。

方法

  名称 说明
公共方法 Contains 基础结构。Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass.
公共方法 GetQualifiedName 基础结构。Returns the qualified name of the variable. For more information, see VariableDispenserClass.
公共方法 GetVariables 基础结构。Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass.
公共方法 LockForRead 基础结构。Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass.
公共方法 LockForWrite 基础结构。Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass.
公共方法 LockOneForRead 基础结构。Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass.
公共方法 LockOneForWrite 基础结构。Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass.
公共方法 Reset 基础结构。Clears both the read-only list and read/write list. For more information, see VariableDispenserClass.

页首

请参阅

参考

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