ColumnBinding.TableID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the TableId of the ColumnBinding.

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

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable = false, DataType = "NCName")]
[EditorAttribute("Microsoft.AnalysisServices.Design.TableIDPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
public string TableID { get; set; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")]
[XmlElementAttribute(IsNullable = false, DataType = "NCName")]
[EditorAttribute("Microsoft.AnalysisServices.Design.TableIDPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
property String^ TableID {
    String^ get();
    void set(String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")>]
[<XmlElementAttribute(IsNullable = false, DataType = "NCName")>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.TableIDPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
member TableID : string with get, set
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")>
<XmlElementAttribute(IsNullable := False, DataType := "NCName")>
<EditorAttribute("Microsoft.AnalysisServices.Design.TableIDPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
Public Property TableID As String

Property Value

Type: System.String

A String with the TableId of the ColumnBinding.

See Also

ColumnBinding Class
Microsoft.AnalysisServices Namespace

Return to top