Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Copies the entire collection to the end of a ServerPropertyCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
col As ServerPropertyCollection _
)
'Usage
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
)
Parameter
- col
Typ: Microsoft.AnalysisServices.ServerPropertyCollection
The [Microsoft.AnalysisServices.ServerPropertyCollection] into which to copy the elements of the collection.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentNullException | col is a null reference (Nothing in Visual Basic). |