ModelMetadataTypeAttribute 類別

定義

這個屬性會指定要與資料模型類別建立關聯的中繼資料類別。

public ref class ModelMetadataTypeAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ModelMetadataTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ModelMetadataTypeAttribute = class
    inherit Attribute
Public Class ModelMetadataTypeAttribute
Inherits Attribute
繼承
ModelMetadataTypeAttribute
衍生
屬性

建構函式

ModelMetadataTypeAttribute(Type)

初始化 ModelMetadataTypeAttribute 類別的新執行個體。

屬性

MetadataType

取得與資料模型類別相關聯的中繼資料類別類型。

適用於