DbXmlEnabledProviderManifest.GetStoreTypes 方法       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回存储提供程序支持的基元类型的列表。
public:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::PrimitiveType ^> ^ GetStoreTypes();public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetStoreTypes();override this.GetStoreTypes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType>Public Overrides Function GetStoreTypes () As ReadOnlyCollection(Of PrimitiveType)返回
一个 ReadOnlyCollection<T> 类型的集合,其中包含存储提供程序支持的基元类型的列表。
注解
如果存储不支持任何类型,则此 (不可为 null) 方法将返回空集合。