IDTSVariableDispenser100.Contains(String) 方法

定义

指定是否可以通过使用索引来检索集合中的项而不引发异常。 有关详细信息,请参阅 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

参数

Variable
String

要在集合中查找的变量的名称。

返回

要从集合中检索的项。

属性

适用于