Freigeben über


ProjectVariablesWrapper.Contains-Methode

Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function Contains ( _
    index As Object _
) As Boolean
'Usage
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

Parameter

Rückgabewert

Typ: System.Boolean
True if the item in the ProjectVariablesWrapper collection can be accessed by using indexing; otherwise, false.

Implementiert

IDTSVariables100.Contains(Object)

Siehe auch

Verweis

ProjectVariablesWrapper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace