Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Copies the entire collection to the end of a ServerPropertyCollection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub CopyTo ( _
col As ServerPropertyCollection _
)
'Utilisation
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
)
Paramètres
- col
Type : Microsoft.AnalysisServices.ServerPropertyCollection
The [Microsoft.AnalysisServices.ServerPropertyCollection] into which to copy the elements of the collection.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | col is a null reference (Nothing in Visual Basic). |