Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- col
Typ: Microsoft.AnalysisServices.AnnotationCollection
The AnnotationCollection into which the elements of the collection are being copied.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentNullException | col is a null reference (Nothing in Visual Basic). |