IDTSExtendedProperties100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of IDTSExtendedProperty100 objects.
public interface class IDTSExtendedProperties100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6A91ADDA-2BC3-4460-B286-1148CCB20692")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C693269D-CB3E-4662-AAE1-6ACB06D21898")]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("B2499328-898D-4289-9A97-F6A636DCABFD")]
public interface IDTSExtendedProperties100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6A91ADDA-2BC3-4460-B286-1148CCB20692")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExtendedProperties100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C693269D-CB3E-4662-AAE1-6ACB06D21898")>]
type IDTSExtendedProperties100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("B2499328-898D-4289-9A97-F6A636DCABFD")>]
type IDTSExtendedProperties100 = interface
interface IEnumerable
Public Interface IDTSExtendedProperties100
Implements IEnumerable
- Attributes
- Implements
Properties
Count |
Gets the number of elements contained in the collection. |
Item[Object] |
Gets an IDTSExtendedProperty100 object from the collection. |
Methods
Add(String, String, Object) |
Adds a new, empty IDTSExtendedProperty100 object to the end of the collection. |
GetEnumerator() |
Returns an enumerator for iterating over the collection. |
Remove(Object) |
Removes an IDTSExtendedProperty100 object from the collection. |