Freigeben über


AnnotationCollection.CopyTo-Methode (AnnotationCollection)

Copies the entire collection to the end of an AnnotationCollection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    col As AnnotationCollection _
)
'Usage
Dim instance As AnnotationCollection 
Dim col As AnnotationCollection

instance.CopyTo(col)
public void CopyTo(
    AnnotationCollection col
)
public:
void CopyTo(
    AnnotationCollection^ col
)
member CopyTo : 
        col:AnnotationCollection -> unit
public function CopyTo(
    col : AnnotationCollection
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

col is a null reference (Nothing in Visual Basic).

Siehe auch

Verweis

AnnotationCollection Klasse

CopyTo-Überladung

Microsoft.AnalysisServices-Namespace