此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents a collection of IDTSParameterBinding objects.
命名空間: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
組件: Microsoft.SqlServer.SQLTask (在 Microsoft.SqlServer.SQLTask.dll 中)
語法
'宣告
Public Interface IDTSParameterBindings _
Inherits IEnumerable
'用途
Dim instance As IDTSParameterBindings
public interface IDTSParameterBindings : IEnumerable
public interface class IDTSParameterBindings : IEnumerable
type IDTSParameterBindings =
interface
interface IEnumerable
end
public interface IDTSParameterBindings extends IEnumerable
IDTSParameterBindings 型別公開下列成員。
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Add | 基礎結構。Adds a new IDTSParameterBinding object to the collection. |
![]() |
Clear | 基礎結構。Clears all objects from the IDTSParameterBindings collection. |
![]() |
GetBinding | 基礎結構。Retrieves the specified IDTSParameterBinding object from the collection. |
![]() |
GetEnumerator | (繼承自 IEnumerable。) |
![]() |
Remove | 基礎結構。Removes the specified IDTSParameterBinding object from the collection. |
上層
.gif)