ProjectVariablesWrapper.Contains Method (Object)

 

Applies To: SQL Server 2016 Preview

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

public bool Contains(
    object index
)
public:
virtual bool Contains(
    Object^ index
) sealed
abstract Contains : 
        index:Object -> bool
override Contains : 
        index:Object -> bool
Public Function Contains (
    index As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

Implements

IDTSVariables100.Contains(Object)

See Also

ProjectVariablesWrapper Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top