Sdílet prostřednictvím


IDTSResultBinding Interface

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

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.
Public property ResultName Infrastructure.

Top