Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As SfcProperty(), _
index As Integer _
)
'Usage
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
)
Parameters
- 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.