VariableCreatorClass 类
Represents a variable creator class.
继承层次结构
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("06920F08-6488-4A02-8CF2-D63C501AB6B9")> _
Public Class VariableCreatorClass _
Implements IDTSVariableCreator100, VariableCreator
用法
Dim instance As VariableCreatorClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("06920F08-6488-4A02-8CF2-D63C501AB6B9")]
public class VariableCreatorClass : IDTSVariableCreator100,
VariableCreator
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"06920F08-6488-4A02-8CF2-D63C501AB6B9")]
public ref class VariableCreatorClass : IDTSVariableCreator100,
VariableCreator
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("06920F08-6488-4A02-8CF2-D63C501AB6B9")>]
type VariableCreatorClass =
class
interface IDTSVariableCreator100
interface VariableCreator
end
public class VariableCreatorClass implements IDTSVariableCreator100, VariableCreator
VariableCreatorClass 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
VariableCreatorClass | Initializes a new instance of the VariableCreatorClass class. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
CreateVariable | Creates a variable with the specified parameter. |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。