IDTSCustomPropertyCollection100.RemoveObjectByIndex(Object) Method

Definition

Deletes an IDTSCustomProperty100 object at the location specified by Index.

public:
 void RemoveObjectByIndex(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(16)]
public void RemoveObjectByIndex (object Index);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member RemoveObjectByIndex : obj -> unit
Public Sub RemoveObjectByIndex (Index As Object)

Parameters

Index
Object

The location in the collection to remove the custom property.

Attributes

Applies to