Freigeben über


IDTSResultBinding-Schnittstelle

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

Defines the properties for the result binding.

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

Syntax

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

Der IDTSResultBinding-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DtsVariableName Infrastruktur Gets or sets the name of the SSIS package variable.
Öffentliche Eigenschaft ResultName Infrastruktur Gets or sets the name of the result.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask-Namespace