TabularData.ColumnDefinitions Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the columns in the tabular data.

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

Syntax

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

Property Value

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

The column definitions for the tabular data.

See Also

TabularData Class
Microsoft.MasterDataServices Namespace

Return to top