DatasetVector不能直接实例化,只能获取或创建。如果Dataset数据为矢量数据集,可直接将其强制转换为DatasetVector即可。DatasetVector datasetvector=dataset as DatasetVector;