IDTSResultBinding 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines the properties for the result binding.
命名空间: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
程序集: Microsoft.SqlServer.SQLTask(在 Microsoft.SqlServer.SQLTask.dll 中)
语法
声明
Public Interface IDTSResultBinding
用法
Dim instance As IDTSResultBinding
public interface IDTSResultBinding
public interface class IDTSResultBinding
type IDTSResultBinding = interface end
public interface IDTSResultBinding
IDTSResultBinding 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
DtsVariableName | 基础结构。Gets or sets the name of the SSIS package variable. |
![]() |
ResultName | 基础结构。Gets or sets the name of the result. |
页首