ColumnBinding.ColumnID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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