IDTSResultBindings 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents a collection of IDTSResultBinding objects.
命名空间: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
程序集: Microsoft.SqlServer.SQLTask(在 Microsoft.SqlServer.SQLTask.dll 中)
语法
声明
Public Interface IDTSResultBindings _
Inherits IEnumerable
用法
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =
interface
interface IEnumerable
end
public interface IDTSResultBindings extends IEnumerable
IDTSResultBindings 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
Add | 基础结构。Adds a new IDTSResultBinding object to the collection. |
![]() |
Clear | 基础结构。Clears all objects from the IDTSResultBindings collection. |
![]() |
GetBinding | 基础结构。Retrieves the specified IDTSResultBinding object from the collection. |
![]() |
GetEnumerator | (从 IEnumerable 继承。) |
![]() |
Remove | 基础结构。Removes the specified IDTSResultBinding object from the collection. |
页首