此 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. |
上層
.gif)