Méthode SfcPropertyCollection.CopyTo
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub CopyTo ( _
array As SfcProperty(), _
index As Integer _
)
'Utilisation
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
)
Paramètres
- array
Type : array<Microsoft.SqlServer.Management.Sdk.Sfc.SfcProperty[]
An array list of items needed in the collection.
- index
Type : System.Int32
An integer value of the index.