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 命名空间