DsvTableBinding.TableID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the table unique identifier.

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

Syntax

[XmlElementAttribute(IsNullable = false, DataType = "NCName")]
[ReadOnlyAttribute(true)]
public string TableID { get; set; }
public:
[XmlElementAttribute(IsNullable = false, DataType = "NCName")]
[ReadOnlyAttribute(true)]
property String^ TableID {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false, DataType = "NCName")>]
[<ReadOnlyAttribute(true)>]
member TableID : string with get, set
<XmlElementAttribute(IsNullable := False, DataType := "NCName")>
<ReadOnlyAttribute(True)>
Public Property TableID As String

Property Value

Type: System.String

A String with the table unique identifier.

See Also

DsvTableBinding Class
Microsoft.AnalysisServices Namespace

Return to top