IDTSVariableCreator100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IDTSVariableCreator100-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
CreateVariable | Infrastruktur Creates a new variable using the specified parameter. |
Zum Anfang