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). |