Metodo CopyTo
Copies the collection objects to a one-dimensional array starting at the index value specified.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub CopyTo ( _
array As StoredProcedureParameter(), _
index As Integer _
)
'Utilizzo
Dim instance As StoredProcedureParameterCollection
Dim array As StoredProcedureParameter()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
StoredProcedureParameter[] array,
int index
)
public:
void CopyTo(
array<StoredProcedureParameter^>^ array,
int index
)
member CopyTo :
array:StoredProcedureParameter[] *
index:int -> unit
public function CopyTo(
array : StoredProcedureParameter[],
index : int
)
Parametri
- array
Tipo: array<Microsoft.SqlServer.Management.Smo. . :: . .StoredProcedureParameter> [] () [] []
An array of StoredProcedureParameter objects.
- index
Tipo: System. . :: . .Int32
An Int32 value that specifies the index value from where to start the copy.
Vedere anche