Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Copies an item in the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub CopyTo ( _
array As IndexedXmlPath(), _
index As Integer _
)
'Uso
Dim instance As IndexedXmlPathCollection
Dim array As IndexedXmlPath()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
IndexedXmlPath[] array,
int index
)
public:
void CopyTo(
array<IndexedXmlPath^>^ array,
int index
)
member CopyTo :
array:IndexedXmlPath[] *
index:int -> unit
public function CopyTo(
array : IndexedXmlPath[],
index : int
)
Parámetros
- array
Tipo: array<Microsoft.SqlServer.Management.Smo.IndexedXmlPath[]
The array.
- index
Tipo: System.Int32
The index of the item to be copied.