다음을 통해 공유


MetadataAttribute.AttributeType 속성

Gets or sets the attribute type.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeType As Nullable(Of AttributeType)
    Get
    Set
‘사용 방법
Dim instance As MetadataAttribute
Dim value As Nullable(Of AttributeType)

value = instance.AttributeType

instance.AttributeType = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<AttributeType> AttributeType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<AttributeType> AttributeType {
    Nullable<AttributeType> get ();
    void set (Nullable<AttributeType> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AttributeType : Nullable<AttributeType> with get, set
function get AttributeType () : Nullable<AttributeType>
function set AttributeType (value : Nullable<AttributeType>)

속성 값

유형: System.Nullable<AttributeType>
A new instance of type AttributeType.

참고 항목

참조

MetadataAttribute 클래스

Microsoft.MasterDataServices 네임스페이스