DbXmlEnabledProviderManifest.StoreTypeNameToStorePrimitiveType 屬性

定義

取得所指定儲存型別名稱的最佳對應對等儲存基本型別。

protected:
 property System::Collections::Generic::Dictionary<System::String ^, System::Data::Metadata::Edm::PrimitiveType ^> ^ StoreTypeNameToStorePrimitiveType { System::Collections::Generic::Dictionary<System::String ^, System::Data::Metadata::Edm::PrimitiveType ^> ^ get(); };
protected System.Collections.Generic.Dictionary<string,System.Data.Metadata.Edm.PrimitiveType> StoreTypeNameToStorePrimitiveType { get; }
member this.StoreTypeNameToStorePrimitiveType : System.Collections.Generic.Dictionary<string, System.Data.Metadata.Edm.PrimitiveType>
Protected ReadOnly Property StoreTypeNameToStorePrimitiveType As Dictionary(Of String, PrimitiveType)

屬性值

所指定儲存型別名稱的最佳對應對等儲存基本型別。

備註

此屬性 (不可為 Null) 會傳回 Dictionary<TKey,TValue> 物件,該物件接受記憶體類型名稱做為索引鍵,並傳回其相關聯的記憶體基本類型值。

適用於