ReportParameterCollection.CopyTo Yöntemi (ReportParameterCollection)
Sonuna kadar tüm koleksiyon kopyalar bir ReportParameterCollection.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Sub CopyTo ( _
col As ReportParameterCollection _
)
'Kullanım
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
)
Parametreler
- col
Tür: Microsoft.AnalysisServices.ReportParameterCollection
[Microsoft.AnalysisServices.ReportParameterCollection] İçine öğeleri kopyalamak koleksiyon.
Kural dışı durumlar
Özel durum | Koşul |
---|---|
ArgumentNullException | colbir null başvuru (hiçbir şey Visual Basic). |
Ayrıca bkz.