Metodo SfcPropertyCollection.CopyTo
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub CopyTo ( _
array As SfcProperty(), _
index As Integer _
)
'Utilizzo
Dim instance As SfcPropertyCollection
Dim array As SfcProperty()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
SfcProperty[] array,
int index
)
public:
void CopyTo(
array<SfcProperty^>^ array,
int index
)
member CopyTo :
array:SfcProperty[] *
index:int -> unit
public function CopyTo(
array : SfcProperty[],
index : int
)
Parametri
- array
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty[]
An array list of items needed in the collection.
- index
Tipo: System.Int32
An integer value of the index.