Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.