TableBinding.DbTableName 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property DbTableName As String 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

TableBinding 类

Microsoft.AnalysisServices 命名空间