DataExplorerConnectionManager.CopyTo(DataExplorerConnection[], Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
DataExplorerConnection从指定索引处开始,将所有对象实例复制到数组中。
public:
void CopyTo(cli::array <Microsoft::VisualStudio::Data::DataExplorerConnection ^> ^ array, int index);
public void CopyTo (Microsoft.VisualStudio.Data.DataExplorerConnection[] array, int index);
member this.CopyTo : Microsoft.VisualStudio.Data.DataExplorerConnection[] * int -> unit
Public Sub CopyTo (array As DataExplorerConnection(), index As Integer)
参数
- array
- DataExplorerConnection[]
作为数据资源管理器连接的目标的数组。
- index
- Int32
数组中从零开始的索引,从此处开始复制。