MiningServiceParameterCollection.CopyTo 메서드 (array<MiningServiceParameter , Int32)

Copies the elements of the MiningServiceParameterCollection collection to the specified array.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Sub CopyTo ( _
    array As MiningServiceParameter(), _
    index As Integer _
)
‘사용 방법
Dim instance As MiningServiceParameterCollection 
Dim array As MiningServiceParameter()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    MiningServiceParameter[] array,
    int index
)
public:
virtual void CopyTo(
    array<MiningServiceParameter^>^ array, 
    int index
) sealed
abstract CopyTo : 
        array:MiningServiceParameter[] * 
        index:int -> unit  
override CopyTo : 
        array:MiningServiceParameter[] * 
        index:int -> unit
public final function CopyTo(
    array : MiningServiceParameter[], 
    index : int
)

매개 변수

  • index
    유형: System.Int32
    The zero-based index at which to begin copying.

참고 항목

참조

MiningServiceParameterCollection 클래스

CopyTo 오버로드

Microsoft.AnalysisServices.AdomdServer 네임스페이스