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 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 VariableCreator _
Inherits IDTSVariableCreator100
'Usage
Dim instance As VariableCreator
[GuidAttribute("5A9D7493-967A-457F-ACFD-EA62F6E5B9AF")]
public interface VariableCreator : IDTSVariableCreator100
[GuidAttribute(L"5A9D7493-967A-457F-ACFD-EA62F6E5B9AF")]
public interface class VariableCreator : IDTSVariableCreator100
[<GuidAttribute("5A9D7493-967A-457F-ACFD-EA62F6E5B9AF")>]
type VariableCreator =
interface
interface IDTSVariableCreator100
end
public interface VariableCreator extends IDTSVariableCreator100
The VariableCreator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateVariable | Infrastructure. Creates a new variable using the specified parameter. (Inherited from IDTSVariableCreator100.) |
Top