ColumnBinding.ColumnID Property

Definition

Gets or sets the identifier of the column for the ColumnBinding.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ColumnIDTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string ColumnID { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ColumnIDTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.ColumnID : string with get, set
Public Property ColumnID As String

Property Value

A String with the ColumnId of the column.

Attributes

Applies to