CopyTo 方法
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub CopyTo ( _
array As SfcProperty(), _
index As Integer _
)
'用途
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
)
參數
- array
型別:array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcProperty> [] () [] []
An array list of items needed in the collection.
- index
型別:System. . :: . .Int32
An integer value of the index.