VariableDispenserClass.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.
public:
virtual bool Contains(System::String ^ Variable) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100::Contains;
public virtual bool Contains (string Variable);
abstract member Contains : string -> bool
override this.Contains : string -> bool
Public Overridable Function Contains (Variable As String) As Boolean
Parameters
- Variable
- String
The name of the variable to locate in the collection.