Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface for the creator of a variable.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("5A9D7493-967A-457F-ACFD-EA62F6E5B9AF")> _
Public Interface IDTSVariableCreator100
'Usage
Dim instance As IDTSVariableCreator100
[GuidAttribute("5A9D7493-967A-457F-ACFD-EA62F6E5B9AF")]
public interface IDTSVariableCreator100
[GuidAttribute(L"5A9D7493-967A-457F-ACFD-EA62F6E5B9AF")]
public interface class IDTSVariableCreator100
[<GuidAttribute("5A9D7493-967A-457F-ACFD-EA62F6E5B9AF")>]
type IDTSVariableCreator100 = interface end
public interface IDTSVariableCreator100
The IDTSVariableCreator100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateVariable | Infrastructure. Creates a new variable using the specified parameter. |
Top