RowBinding.TableID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the table id of the RowBinding.

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

Syntax

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

Property Value

Type: System.String

The table id of the RowBinding.

See Also

RowBinding Class
Microsoft.AnalysisServices Namespace

Return to top