Méthode CopyTo (AnnotationCollection)

Copies the entire collection to the end of an AnnotationCollection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub CopyTo ( _
    col As AnnotationCollection _
)
'Utilisation
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
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

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