Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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). |