다음을 통해 공유


RowBinding.TableID 속성

Gets or sets the table id of the RowBinding.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property TableID As String 
    Get 
    Set
‘사용 방법
Dim instance As RowBinding 
Dim value As String 

value = instance.TableID

instance.TableID = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")]
public string TableID { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ TableID {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TableIDTypeConverter, Microsoft.AnalysisServices.Design")>]
member TableID : string with get, set
function get TableID () : String 
function set TableID (value : String)

속성 값

유형: System.String
The table id of the RowBinding.

참고 항목

참조

RowBinding 클래스

Microsoft.AnalysisServices 네임스페이스