IDTSProperties100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Contains a collection of IDTSProperty100 objects.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")> _
Public Interface IDTSProperties100 _
    Inherits IEnumerable
用法
Dim instance As IDTSProperties100
[GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface IDTSProperties100 : IEnumerable
[GuidAttribute(L"ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")]
public interface class IDTSProperties100 : IEnumerable
[<GuidAttribute("ADCE8F04-23AD-4CFD-B547-A0C2D0925B27")>]
type IDTSProperties100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSProperties100 extends IEnumerable

IDTSProperties100 类型公开以下成员。

属性

  名称 说明
公共属性 Count 基础结构。Gets the number of elements contained in the IDTSProperties100 instance.
公共属性 Item 基础结构。Gets an IDTSProperty100 object from the collection.

页首

方法

  名称 说明
公共方法 Add 基础结构。Adds a property to the collection.
公共方法 GetEnumerator 基础结构。Returns an enumerator for use in iterating over the IDTSProperties100 collection.

页首

注释

For more information, see DtsProperties.

请参阅

参考

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