IndexedXmlPathNamespaceCollection.CopyTo 메서드
Copies the elements of the collection to an array starting at the specified array index.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub CopyTo ( _
array As IndexedXmlPathNamespace(), _
index As Integer _
)
‘사용 방법
Dim instance As IndexedXmlPathNamespaceCollection
Dim array As IndexedXmlPathNamespace()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
IndexedXmlPathNamespace[] array,
int index
)
public:
void CopyTo(
array<IndexedXmlPathNamespace^>^ array,
int index
)
member CopyTo :
array:IndexedXmlPathNamespace[] *
index:int -> unit
public function CopyTo(
array : IndexedXmlPathNamespace[],
index : int
)
매개 변수
- array
유형: array<Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace[]
The array to hold the copied elements.
- index
유형: System.Int32
The index in the array to start copying to.