다음을 통해 공유


PlanGuideCollection.CopyTo 메서드

Copies all the items from a plan guide collection to a compatible one-dimensional array of objects, starting at the specified index in the target array.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

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

instance.CopyTo(array, index)
public void CopyTo(
    PlanGuide[] array,
    int index
)
public:
void CopyTo(
    array<PlanGuide^>^ array, 
    int index
)
member CopyTo : 
        array:PlanGuide[] * 
        index:int -> unit
public function CopyTo(
    array : PlanGuide[], 
    index : int
)

매개 변수

  • index
    유형: System.Int32
    Integer index indicating the starting position in the target array.

참고 항목

참조

PlanGuideCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스