Méthode CopyTo (ServerPropertyCollection)
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). |
Voir aussi