BRAttributeTypeInfo.AttributeDataTypes Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an array of attribute data types.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

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

A collection of type AttributeDataType.

See Also

BRAttributeTypeInfo Class
Microsoft.MasterDataServices Namespace

Return to top