IDTSVariableDispenser100.Contains(String) Method
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.
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