다음을 통해 공유


DataMappedObjectTypeAttribute 클래스

인터페이스 또는 클래스 매핑된 개체 형식을 나타내는 지정 합니다. A 개체 형식에 매핑된 특정 내부 데이터 소스 개체의 강력한 형식의 뷰를 제공 하는 API입니다.

상속 계층 구조

Object
  Attribute
    Microsoft.VisualStudio.Data.Services.DataMappedObjectTypeAttribute

네임스페이스:  Microsoft.VisualStudio.Data.Services
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Interface, AllowMultiple := True)> _
Public NotInheritable Class DataMappedObjectTypeAttribute _
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = true)]
public sealed class DataMappedObjectTypeAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Interface, AllowMultiple = true)]
public ref class DataMappedObjectTypeAttribute sealed : public Attribute
[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = true)>]
type DataMappedObjectTypeAttribute =  
    class 
        inherit Attribute 
    end
public final class DataMappedObjectTypeAttribute extends Attribute

DataMappedObjectTypeAttribute 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 DataMappedObjectTypeAttribute 새 인스턴스를 초기화는 DataMappedObjectTypeAttribute 클래스의 형식 이름을 지정 합니다.

위쪽

속성

  이름 설명
Public 속성 AvailableRestrictions 현재 형식에 사용할 수 있는 모든 제한을 가져오거나 설정 합니다.
Public 속성 AvailableRestrictionsList 현재 형식에 사용할 수 있는 모든 제한 목록을 가져옵니다.
Public 속성 ClassId 클래스 ID 특성의 값을 가져오거나 설정 합니다.
Public 속성 Identifier 현재 형식을 고유 식별자 이름을 가져오거나 설정 합니다.
Public 속성 IdentifierList 현재 형식을 고유 하 게 식별 하는 식별자의 목록을 가져옵니다.
Public 속성 RequiredOrdering 현재 매핑된 형식에 필요한 순서를 가져오거나 설정 합니다.
Public 속성 TypeId 파생 클래스에서 구현된 경우 이 Attribute에 대한 고유 식별자를 가져옵니다. (Attribute에서 상속됨)
Public 속성 TypeName 매핑된 형식 이름을 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 Equals 인프라입니다. 이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다. (Attribute에서 상속됨)
Public 메서드 GetHashCode 이 인스턴스의 해시 코드를 반환합니다. (Attribute에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 IsDefaultAttribute 파생 클래스에서 재정의된 경우 이 인스턴스의 값이 파생 클래스의 기본값인지 여부를 나타냅니다. (Attribute에서 상속됨)
Public 메서드 Match 파생 클래스에서 재정의된 경우 이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다. (Attribute에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현Private 메서드 System#Runtime#InteropServices#_Attribute#GetIDsOfNames 이름 집합을 해당하는 디스패치 식별자 집합에 매핑합니다. (Attribute에서 상속됨)
명시적 인터페이스 구현Private 메서드 System#Runtime#InteropServices#_Attribute#GetTypeInfo 인터페이스의 형식 정보를 가져오는 데 사용할 수 있는 개체의 형식 정보를 검색합니다. (Attribute에서 상속됨)
명시적 인터페이스 구현Private 메서드 System#Runtime#InteropServices#_Attribute#GetTypeInfoCount 개체에서 제공하는 형식 정보 인터페이스의 수를 검색합니다(0 또는 1). (Attribute에서 상속됨)
명시적 인터페이스 구현Private 메서드 System#Runtime#InteropServices#_Attribute#Invoke 개체에서 노출하는 메서드와 속성에 대한 액세스를 제공합니다. (Attribute에서 상속됨)

위쪽

설명

원본 데이터 형식 및 제네릭 형식 간의 매핑은 데이터 개체 지원 XML 파일에 지정 됩니다. 예를 들어, 이름이 TableColumn 매핑된 형식 <MappedType>을 발견 <Type> 발견 된 열 데이터 소스 형식에 매핑할 수 있는 제네릭 형식 요소가입니다. 요소입니다.

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.Data.Services 네임스페이스