Metoda SqlAssemblyCollection.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 SqlAssembly(), _
index As Integer _
)
'Użycie
Dim instance As SqlAssemblyCollection
Dim array As SqlAssembly()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
SqlAssembly[] array,
int index
)
public:
void CopyTo(
array<SqlAssembly^>^ array,
int index
)
member CopyTo :
array:SqlAssembly[] *
index:int -> unit
public function CopyTo(
array : SqlAssembly[],
index : int
)
Parametry
- array
Typ: array<Microsoft.SqlServer.Management.Smo.SqlAssembly[]
Tablica SqlAssembly obiektów.
- index
Typ: System.Int32
Int32 Wartość, która określa wartość indeksu z zacząć kopii.
Zobacz także