共用方式為


CopyTo 方法

Copies the elements of the PropertyCollection collection to the specified array.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Sub CopyTo ( _
    array As Property(), _
    index As Integer _
)
'用途
Dim instance As PropertyCollection
Dim array As Property()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Property[] array,
    int index
)
public:
void CopyTo(
    array<Property^>^ array, 
    int index
)
member CopyTo : 
        array:Property[] * 
        index:int -> unit 
public function CopyTo(
    array : Property[], 
    index : int
)

參數