IDTSExtendedProperties100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ExtendedProperties.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("55A8752D-797C-444F-A489-3365D15A6841")> _
Public Interface IDTSExtendedProperties100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSExtendedProperties100
[GuidAttribute("55A8752D-797C-444F-A489-3365D15A6841")]
public interface IDTSExtendedProperties100 : IEnumerable
[GuidAttribute(L"55A8752D-797C-444F-A489-3365D15A6841")]
public interface class IDTSExtendedProperties100 : IEnumerable
[<GuidAttribute("55A8752D-797C-444F-A489-3365D15A6841")>]
type IDTSExtendedProperties100 =  
    interface
        interface IEnumerable
    end
public interface IDTSExtendedProperties100 extends IEnumerable

The IDTSExtendedProperties100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see ExtendedProperties.
Public property Item Infrastructure. For more information, see ExtendedProperties.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see ExtendedProperties.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see ExtendedProperties.
Public method Remove Infrastructure. For more information, see ExtendedProperties.

Top