ReportParameterCollection.Contains Method (ReportParameter)
Indicates whether the collection contains a specified ReportParameter.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
'Declaration
Public Function Contains ( _
item As ReportParameter _
) As Boolean
public bool Contains (
ReportParameter item
)
public:
bool Contains (
ReportParameter^ item
)
public boolean Contains (
ReportParameter item
)
public function Contains (
item : ReportParameter
) : boolean
- item
The ReportParameter to locate.
true if the ReportParameter exists in the collection; otherwise, false.
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.
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
ReportParameterCollection Class
ReportParameterCollection Members
Microsoft.AnalysisServices Namespace