DbXmlEnabledProviderManifest.GetStoreTypes 方法

定義

傳回儲存區提供者支援的基本型別清單。

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 的) 方法會傳回空的集合。

適用於