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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。