TableBinding.DbTableName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the table in the database to be bound.

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

Syntax

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

Property Value

Type: System.String

The name of the table in the database to be bound.

See Also

TableBinding Class
Microsoft.AnalysisServices Namespace

Return to top