Proprietà TableBinding.DbTableName

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property DbTableName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The name of the table in the database to be bound.

Vedere anche

Riferimento

TableBinding Classe

Spazio dei nomi Microsoft.AnalysisServices