Share via


IDTSResultBinding Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

The IDTSResultBinding type exposes the following members.

Properties

  Name Description
Public property DtsVariableName Infrastructure. Gets or sets the name of the SSIS package variable.
Public property ResultName Infrastructure. Gets or sets the name of the result.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace