Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Function Contains ( _
index As Object _
) As Boolean
'用途
Dim instance As ProjectVariablesWrapper
Dim index As Object
Dim returnValue As Boolean
returnValue = instance.Contains(index)
public bool Contains(
Object index
)
public:
virtual bool Contains(
Object^ index
) sealed
abstract Contains :
index:Object -> bool
override Contains :
index:Object -> bool
public final function Contains(
index : Object
) : boolean
參數
- index
型別:System.Object
The specified index.
傳回值
型別:System.Boolean
True if the item in the ProjectVariablesWrapper collection can be accessed by using indexing; otherwise, false.
實作
IDTSVariables100.Contains(Object)