DbProviderManifest.GetStoreTypes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,傳回資料來源所支援的一組基本型別。
public:
abstract System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::PrimitiveType ^> ^ GetStoreTypes();
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetStoreTypes ();
abstract member GetStoreTypes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType>
Public MustOverride Function GetStoreTypes () As ReadOnlyCollection(Of PrimitiveType)
傳回
資料來源支援的一組型別。