ColumnBinding.TableID Property

Definition

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

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ColumnBinding_TableID")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string TableID { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_ColumnBinding_TableID")>]
[<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

String

A String with the TableId of the table.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to