共用方式為


DbConfigurationTypeAttribute.ConfigurationType 屬性

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

取得應用於此應用程式以程式碼為基礎的組態之 DbConfiguration 的子類別。

命名空間:  System.Data.Entity
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public ReadOnly Property ConfigurationType As Type 
    Get
'用途
Dim instance As DbConfigurationTypeAttribute 
Dim value As Type 

value = instance.ConfigurationType
public Type ConfigurationType { get; }
public:
property Type^ ConfigurationType {
    Type^ get ();
}
member ConfigurationType : Type
function get ConfigurationType () : Type

屬性值

類型:System.Type
應用於此應用程式以程式碼為基礎的組態之 DbConfiguration 的子類別。

請參閱

參考

DbConfigurationTypeAttribute 類別

System.Data.Entity 命名空間