DataMappedObjectTypeAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定介面或類別代表對應的物件類型,也就是公開特定基礎數據源特定物件的強型別檢視的 API。
public ref class DataMappedObjectTypeAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class DataMappedObjectTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)>]
type DataMappedObjectTypeAttribute = class
inherit Attribute
Public NotInheritable Class DataMappedObjectTypeAttribute
Inherits Attribute
- 繼承
-
DataMappedObjectTypeAttribute
- 屬性
建構函式
DataMappedObjectTypeAttribute(String) |
初始化 類別的新實例 DataMappedObjectTypeAttribute ,並指定型別名稱。 |
屬性
AvailableRestrictions |
取得或設定目前類型可用的所有限制。 |
AvailableRestrictionsList |
取得目前類型可用的所有限制清單。 |
ClassId |
取得或設定屬性的類別識別碼。 |
Identifier |
取得或設定可唯一識別目前類型的標識碼名稱。 |
IdentifierList |
取得可唯一識別目前類型的標識碼清單。 |
RequiredOrdering |
取得或設定目前對應型別的必要順序。 |
TypeName |
取得對應型別的名稱。 |