LightSwitch HTML Edition
CopyTo Method






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")>
Public Sub CopyTo( _
   ByVal array() As C1OlapField, _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim array() As C1OlapField
Dim index As System.Integer
 
instance.CopyTo(array, index)
[__DynamicallyInvokable()]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public void CopyTo( 
   C1OlapField[] array,
   System.int index
)
public procedure CopyTo( 
    array: C1OlapFieldarray of;
    index: System.Integer
); 
__DynamicallyInvokableAttribute()
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")
public function CopyTo( 
   array : C1OlapField[],
   index : System.int
);
[__DynamicallyInvokable()]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public: void CopyTo( 
   C1OlapField*[]* array,
   System.int index
) 
[__DynamicallyInvokable()]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public:
void CopyTo( 
   array<C1OlapField^>^ array,
   System.int index
) 

Parameters

array
index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapFieldList Class
C1OlapFieldList Members

Send Feedback