ReportParameterCollection.CopyTo Method (ReportParameterCollection)
Copies the entire collection to the end of a ReportParameterCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
col As ReportParameterCollection _
)
'Usage
Dim instance As ReportParameterCollection
Dim col As ReportParameterCollection
instance.CopyTo(col)
public void CopyTo(
ReportParameterCollection col
)
public:
void CopyTo(
ReportParameterCollection^ col
)
member CopyTo :
col:ReportParameterCollection -> unit
public function CopyTo(
col : ReportParameterCollection
)
Parameters
- col
Type: Microsoft.AnalysisServices.ReportParameterCollection
The [Microsoft.AnalysisServices.ReportParameterCollection] into which to copy the elements of the collection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | col is a null reference (Nothing in Visual Basic). |