Compartir a través de


TableBinding.DbTableName Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property DbTableName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

TableBinding Clase

Espacio de nombres Microsoft.AnalysisServices