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