Share via


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 네임스페이스