Bagikan melalui


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
Public method VariableCreatorClass Initializes a new instance of the VariableCreatorClass class.

Top

Methods

  Name Description
Public method CreateVariable Creates a variable with the specified parameter.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace