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