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 命名空间