Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Copies the entire collection to the end of a ServerPropertyCollection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub CopyTo ( _
col As ServerPropertyCollection _
)
'Uso
Dim instance As ServerPropertyCollection
Dim col As ServerPropertyCollection
instance.CopyTo(col)
public void CopyTo(
ServerPropertyCollection col
)
public:
void CopyTo(
ServerPropertyCollection^ col
)
member CopyTo :
col:ServerPropertyCollection -> unit
public function CopyTo(
col : ServerPropertyCollection
)
Parámetros
- col
Tipo: Microsoft.AnalysisServices.ServerPropertyCollection
The [Microsoft.AnalysisServices.ServerPropertyCollection] into which to copy the elements of the collection.
Excepciones
| Excepción | Condición |
|---|---|
| ArgumentNullException | col is a null reference (Nothing in Visual Basic). |