Attribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
엔터티 특성 복합 유형입니다.
public ref class Attribute : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))]
public class Attribute : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="Attribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.FileAttribute))>]
type Attribute = class
inherit DataContractBase
Public Class Attribute
Inherits DataContractBase
- 상속
- 특성
설명
복합 형식은 Attribute 식별 및 데이터 값을 포함하여 마스터 데이터 특성을 지정합니다.
생성자
Attribute() |
기본 생성자 |
속성
Identifier |
특성 메타데이터 개체를 지정 Identifier 합니다. |
IsChanged |
특성 값이 변경되는지 여부를 지정합니다. |
TransactionAnnotation |
사용되지 않음.
업데이트 중에 이 특성의 트랜잭션에 적용할 수 있는 주석을 지정합니다. |
Type |
특성에 AttributeValueType 의해 저장되는 값의 형식 또는 형식을 지정합니다. |
Value |
master 데이터 특성에 할당된 값을 변형 데이터 형식으로 지정합니다. |
메서드
SetProperty<T>(T, T, String) |
속성을 지정한 값으로 변경합니다. |
SetProperty<T>(T, T, String, Boolean) |
속성을 지정한 값으로 변경합니다. |