Método CopyTo (ReportParameterCollection)
Copies the entire collection to the end of a ReportParameterCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub CopyTo ( _
col As ReportParameterCollection _
)
'Uso
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
)
Parâmetros
- col
Tipo: Microsoft.AnalysisServices. . :: . .ReportParameterCollection
The [Microsoft.AnalysisServices.ReportParameterCollection] into which to copy the elements of the collection.
Consulte também