CopyTo メソッド (ServerPropertyCollection)
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
コレクションの要素のコピー先となる [Microsoft.AnalysisServices.ServerPropertyCollection] です。