CopyTo Método (AnnotationCollection)
Copies the entire collection to the end of an AnnotationCollection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub CopyTo ( _
col As AnnotationCollection _
)
'Uso
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
)
Parámetros
- col
Tipo: Microsoft.AnalysisServices. . :: . .AnnotationCollection
The AnnotationCollection into which the elements of the collection are being copied.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | col is a null reference (Nothing in Visual Basic). |
Vea también