VariableCreator Интерфейс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Представляет создателя переменной.
public interface class VariableCreator : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableCreator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass))]
[System.Runtime.InteropServices.Guid("2A54C5B2-C131-4D83-AB7F-742ABB0EF804")]
public interface VariableCreator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableCreator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass))]
[System.Runtime.InteropServices.Guid("B6BF83F3-1550-428E-A71F-D8606046390F")]
public interface VariableCreator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableCreator100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass))]
[System.Runtime.InteropServices.Guid("2CDE88B7-76A3-4815-A973-09C89799DF8C")]
public interface VariableCreator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableCreator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass))>]
[<System.Runtime.InteropServices.Guid("2A54C5B2-C131-4D83-AB7F-742ABB0EF804")>]
type VariableCreator = interface
interface IDTSVariableCreator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass))>]
[<System.Runtime.InteropServices.Guid("B6BF83F3-1550-428E-A71F-D8606046390F")>]
type VariableCreator = interface
interface IDTSVariableCreator100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableCreatorClass))>]
[<System.Runtime.InteropServices.Guid("2CDE88B7-76A3-4815-A973-09C89799DF8C")>]
type VariableCreator = interface
interface IDTSVariableCreator100
Public Interface VariableCreator
Implements IDTSVariableCreator100
- Производный
- Атрибуты
- Реализации
Методы
CreateVariable(IDTSParameter100) |
Создает новую переменную с указанным параметром. (Унаследовано от IDTSVariableCreator100) |