AnnotationCollection.CopyTo Method (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
)
Parameters
- col
Type: Microsoft.AnalysisServices.AnnotationCollection
The AnnotationCollection into which the elements of the collection are being copied.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | col is a null reference (Nothing in Visual Basic). |