ColumnBinding.TableID Property

Definition

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

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

Property Value

A String with the TableId of the table.

Attributes

Applies to