다음을 통해 공유


BRAttributeTypeInfo.AttributeDataTypes 속성

Gets or sets the collection of attribute data types that are each paired with the attribute type.

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

구문

‘선언
<DataMemberAttribute> _
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
    Get 
    Friend Set
‘사용 방법
Dim instance As BRAttributeTypeInfo 
Dim value As Collection(Of AttributeDataType)

value = instance.AttributeDataTypes
[DataMemberAttribute]
public Collection<AttributeDataType> AttributeDataTypes { get; internal set; }
[DataMemberAttribute]
public:
property Collection<AttributeDataType>^ AttributeDataTypes {
    Collection<AttributeDataType>^ get ();
    internal: void set (Collection<AttributeDataType>^ value);
}
[<DataMemberAttribute>]
member AttributeDataTypes : Collection<AttributeDataType> with get, internal set
function get AttributeDataTypes () : Collection<AttributeDataType>
internal function set AttributeDataTypes (value : Collection<AttributeDataType>)

속성 값

유형: System.Collections.ObjectModel.Collection<AttributeDataType>
The collection of attribute data types that are each paired with the attribute type.

참고 항목

참조

BRAttributeTypeInfo 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스