IDTSExtendedProperties100 接口

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

Represents a collection of IDTSExtendedProperty100 objects.

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

语法

声明
<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")> _
Public Interface IDTSExtendedProperties100 _
    Inherits IEnumerable
用法
Dim instance As IDTSExtendedProperties100
[GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface IDTSExtendedProperties100 : IEnumerable
[GuidAttribute(L"8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface class IDTSExtendedProperties100 : IEnumerable
[<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")>]
type IDTSExtendedProperties100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSExtendedProperties100 extends IEnumerable

IDTSExtendedProperties100 类型公开以下成员。

属性

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

页首

方法

  名称 说明
公共方法 Add 基础结构。Adds a new, empty IDTSExtendedProperty100 object to the end of the collection.
公共方法 GetEnumerator 基础结构。Returns an enumerator for iterating over the collection.
公共方法 Remove 基础结构。Removes an IDTSExtendedProperty100 object from the collection.

页首

请参阅

参考

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