BRAttributeTypeInfo.AttributeDataTypes Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public Collection<AttributeDataType> AttributeDataTypes { get; internal set; }
public:
[DataMemberAttribute]
property Collection<AttributeDataType>^ AttributeDataTypes {
    Collection<AttributeDataType>^ get();
    internal: void set(Collection<AttributeDataType>^ value);
}
[<DataMemberAttribute>]
member AttributeDataTypes : Collection<AttributeDataType> with get, internal set
<DataMemberAttribute>
Public Property AttributeDataTypes As Collection(Of AttributeDataType)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection<AttributeDataType>

The collection of attribute data types that are each paired with the attribute type.

See Also

BRAttributeTypeInfo Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top