CopyTo Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub CopyTo ( _
array As SfcProperty(), _
index As Integer _
)
'Uso
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
)
Parámetros
- 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.
Vea también