共用方式為


MetadataProperty.Create 方法

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

建構 MetadataProperty 物件的 Factory 方法。

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

語法

'宣告
Public Shared Function Create ( _
    name As String, _
    typeUsage As TypeUsage, _
    value As Object _
) As MetadataProperty
'用途
Dim name As String 
Dim typeUsage As TypeUsage 
Dim value As Object 
Dim returnValue As MetadataProperty 

returnValue = MetadataProperty.Create(name, typeUsage, _
    value)
public static MetadataProperty Create(
    string name,
    TypeUsage typeUsage,
    Object value
)
public:
static MetadataProperty^ Create(
    String^ name, 
    TypeUsage^ typeUsage, 
    Object^ value
)
static member Create : 
        name:string * 
        typeUsage:TypeUsage * 
        value:Object -> MetadataProperty
public static function Create(
    name : String, 
    typeUsage : TypeUsage, 
    value : Object
) : MetadataProperty

參數

傳回值

類型:System.Data.Entity.Core.Metadata.Edm.MetadataProperty
MetadataProperty 物件。

例外狀況

例外狀況 條件
NullReferenceException

擲回的 typeUsage 為 null。

備註

新建立的 MetadataProperty 將會是唯讀。

請參閱

參考

MetadataProperty 類別

System.Data.Entity.Core.Metadata.Edm 命名空間