Freigeben über


IDTSParameterBinding-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Defines the properties for the parameter binding.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
Public Interface IDTSParameterBinding
'Usage
Dim instance As IDTSParameterBinding
public interface IDTSParameterBinding
public interface class IDTSParameterBinding
type IDTSParameterBinding =  interface end
public interface IDTSParameterBinding

Der IDTSParameterBinding-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Infrastruktur Gets or sets the data type of the parameter binding.
Öffentliche Eigenschaft DtsVariableName Infrastruktur Gets or sets the name of the SSIS package variable.
Öffentliche Eigenschaft ParameterDirection Infrastruktur Gets or sets the type of the parameter.
Öffentliche Eigenschaft ParameterName Infrastruktur Gets or sets the name of the parameter.
Öffentliche Eigenschaft ParameterSize Infrastruktur Gets or sets the size of the parameter.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace