Propriété TableBinding.DbTableName
Gets or sets the name of the table in the database to be bound.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property DbTableName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The name of the table in the database to be bound.