IDTSParameters100 Interface

Definition

Represents a class used by both the package parameters and project parameters collection.

public interface class IDTSParameters100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FF9053B8-C6C0-4E5B-92CD-344D9FFC64A6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSParameters100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7D9D2D34-FF5F-4978-93F6-EA59310099B9")]
public interface IDTSParameters100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A2901F46-7C47-46BF-B5B6-C6C47582498A")]
public interface IDTSParameters100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FF9053B8-C6C0-4E5B-92CD-344D9FFC64A6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSParameters100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7D9D2D34-FF5F-4978-93F6-EA59310099B9")>]
type IDTSParameters100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A2901F46-7C47-46BF-B5B6-C6C47582498A")>]
type IDTSParameters100 = interface
    interface IEnumerable
Public Interface IDTSParameters100
Implements IEnumerable
Attributes
Implements

Properties

Count

Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.

Item[Object]

Gets a parameter object in the parameters collection with the specified index.

Methods

Add(String, UInt16)

Adds a parameter object to the parameters collection with the specified name and data type.

Contains(Object)

Determines whether a parameter object with the specified name is contained in the parameters collection.

GetEnumerator()

Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.

Join(IDTSParameter100)

Joins the specified parameter to the parameters collection.

Remove(Object)

Removes a parameter object from the parameters collection.

Applies to