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.
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
Returns
An item to retrieve from the collection.
- Attributes