AnnotationCollection.CopyTo Method (AnnotationCollection)

 

Applies To: SQL Server (starting with 2016)

Copies the entire collection to the end of an AnnotationCollection.

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

Syntax

public void CopyTo(
    AnnotationCollection col
)
public:
void CopyTo(
    AnnotationCollection^ col
)
member CopyTo : 
        col:AnnotationCollection -> unit
Public Sub CopyTo (
    col As AnnotationCollection
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

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

See Also

CopyTo Overload
AnnotationCollection Class
Microsoft.AnalysisServices Namespace

Return to top