VariableCreator 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
변수 생성자를 나타냅니다.
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) |