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 새 instance 초기화합니다. |
속성
AvailableRestrictions |
현재 형식에 사용할 수 있는 모든 제한을 가져오거나 설정합니다. |
AvailableRestrictionsList |
현재 형식에 사용할 수 있는 모든 제한 사항 목록을 가져옵니다. |
ClassId |
특성의 클래스 ID를 가져오거나 설정합니다. |
Identifier |
현재 형식을 고유하게 식별하는 식별자 이름을 가져오거나 설정합니다. |
IdentifierList |
현재 형식을 고유하게 식별하는 식별자 목록을 가져옵니다. |
RequiredOrdering |
현재 매핑된 형식에 필요한 순서를 가져오거나 설정합니다. |
TypeName |
매핑된 형식의 이름을 가져옵니다. |