Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property DbTableName As String
Get
Set
'Usage
Dim instance As TableBinding
Dim value As String
value = instance.DbTableName
instance.DbTableName = value
public string DbTableName { get; set; }
public:
property String^ DbTableName {
String^ get ();
void set (String^ value);
}
member DbTableName : string with get, set
function get DbTableName () : String
function set DbTableName (value : String)
Property Value
Type: System.String
The name of the table in the database to be bound.