Metoda ExtendedStoredProcedureCollection.CopyTo
Kopie obiektów kolekcja do początku Jednowymiarowa tablica wartości indeksu określone.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub CopyTo ( _
array As ExtendedStoredProcedure(), _
index As Integer _
)
'Użycie
Dim instance As ExtendedStoredProcedureCollection
Dim array As ExtendedStoredProcedure()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
ExtendedStoredProcedure[] array,
int index
)
public:
void CopyTo(
array<ExtendedStoredProcedure^>^ array,
int index
)
member CopyTo :
array:ExtendedStoredProcedure[] *
index:int -> unit
public function CopyTo(
array : ExtendedStoredProcedure[],
index : int
)
Parametry
- array
Typ: array<Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedure[]
Tablica ExtendedStoredProcedure obiektów.
- index
Typ: System.Int32
Int32 Wartość, która określa położenie indeksu, aby uruchomić kopiowania.
Zobacz także