VariableCreatorClass 类

定义

表示变量创建者类。

public ref class VariableCreatorClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::VariableCreator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("F2D5C073-977E-4B9F-B577-50B0B8358134")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class VariableCreatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("808A4DCC-7D3E-44D7-8E46-1517594C552B")]
public class VariableCreatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreator
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("36382524-E6ED-458F-896C-FEBF9F0D4347")]
public class VariableCreatorClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("F2D5C073-977E-4B9F-B577-50B0B8358134")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type VariableCreatorClass = class
    interface IDTSVariableCreator100
    interface VariableCreator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("808A4DCC-7D3E-44D7-8E46-1517594C552B")>]
type VariableCreatorClass = class
    interface IDTSVariableCreator100
    interface VariableCreator
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("36382524-E6ED-458F-896C-FEBF9F0D4347")>]
type VariableCreatorClass = class
    interface IDTSVariableCreator100
    interface VariableCreator
Public Class VariableCreatorClass
Implements VariableCreator
继承
VariableCreatorClass
属性
实现

构造函数

VariableCreatorClass()

初始化 VariableCreatorClass 类的新实例。

方法

CreateVariable(IDTSParameter100)

使用指定的参数创建变量。

适用于