VariableCreatorClass Class
Represents a variable creator class.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("06920F08-6488-4A02-8CF2-D63C501AB6B9")> _
Public Class VariableCreatorClass _
Implements IDTSVariableCreator100, VariableCreator
'Usage
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
The VariableCreatorClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VariableCreatorClass | Initializes a new instance of the VariableCreatorClass class. |
Top
Methods
Name | Description | |
---|---|---|
CreateVariable | Creates a variable with the specified parameter. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.