IDTSVariableDispenser100.Contains(String) Method

Definition

Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass.

public:
 bool Contains(System::String ^ Variable);
[System.Runtime.InteropServices.DispId(1610743814)]
public bool Contains (string Variable);
[<System.Runtime.InteropServices.DispId(1610743814)>]
abstract member Contains : string -> bool
Public Function Contains (Variable As String) As Boolean

Parameters

Variable
String

The name of the variable to locate in the collection.

Returns

An item to retrieve from the collection.

Attributes

Applies to