IDTSParameters100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents a class used by both the package parameters and project parameters collection.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
    Inherits IEnumerable
'用途
Dim instance As IDTSParameters100
[GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface IDTSParameters100 : IEnumerable
[GuidAttribute(L"ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface class IDTSParameters100 : IEnumerable
[<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")>]
type IDTSParameters100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSParameters100 extends IEnumerable

IDTSParameters100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count 基礎結構。Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
公用屬性 Item 基礎結構。Gets a parameter object in the parameters collection with the specified index.

上層

方法

  名稱 說明
公用方法 Add 基礎結構。Adds a parameter object to the parameters collection with the specified name and data type.
公用方法 Contains 基礎結構。Determines whether a parameter object with the specified name is contained in the parameters collection.
公用方法 GetEnumerator 基礎結構。Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
公用方法 Join 基礎結構。Joins the specified parameter to the parameters collection.
公用方法 Remove 基礎結構。Removes a parameter object from the parameters collection.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間