Метод ServerPropertyCollection.CopyTo (ServerPropertyCollection)
Copies the entire collection to the end of a ServerPropertyCollection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub CopyTo ( _
col As ServerPropertyCollection _
)
'Применение
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
)
Параметры
- col
Тип: Microsoft.AnalysisServices.ServerPropertyCollection
The [Microsoft.AnalysisServices.ServerPropertyCollection] into which to copy the elements of the collection.
Исключения
Исключение | Условие |
---|---|
ArgumentNullException | col is a null reference (Nothing in Visual Basic). |