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