DTSParamValueCollection.Contains Method
Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
Public Function Contains ( _
paramValue As DTSParamValue _
) As Boolean
public bool Contains (
DTSParamValue paramValue
)
public:
bool Contains (
DTSParamValue^ paramValue
)
public boolean Contains (
DTSParamValue paramValue
)
public function Contains (
paramValue : DTSParamValue
) : boolean
Parameters
- paramValue
The name, identity, ID, or index of the DTSParamValue object to locate in the collection.
Return Value
true if the collection can be accessed by using the syntax DTSParamValueCollection [index]
; false if indexing cannot be used to retrieve items from the collection.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DTSParamValueCollection Class
DTSParamValueCollection Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace