Compartilhar via


Método CopyTo (ServerPropertyCollection)

Copies the entire collection to the end of a ServerPropertyCollection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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

Exceções

Exceção Condição
ArgumentNullException

col is a null reference (Nothing in Visual Basic).