Share via


IDTSExtendedProperties100 Interface

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

Represents a collection of IDTSExtendedProperty100 objects.

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

Syntax

'Declaration
<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")> _
Public Interface IDTSExtendedProperties100 _
    Inherits IEnumerable
'Usage
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

The IDTSExtendedProperties100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of elements contained in the collection.
Public property Item Infrastructure. Gets an IDTSExtendedProperty100 object from the collection.

Top

Methods

  Name Description
Public method Add Infrastructure. Adds a new, empty IDTSExtendedProperty100 object to the end of the collection.
Public method GetEnumerator Infrastructure. Returns an enumerator for iterating over the collection.
Public method Remove Infrastructure. Removes an IDTSExtendedProperty100 object from the collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace