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.
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 | |
---|---|---|
![]() |
DtsVariableName | Infrastructure. Gets or sets the name of the SSIS package variable. |
![]() |
ResultName | Infrastructure. Gets or sets the name of the result. |
Top