次の方法で共有


RowBinding.TableID プロパティ

RowBinding のテーブル ID を取得または設定します。

名前空間:  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
RowBinding のテーブル ID です。

関連項目

参照

RowBinding クラス

Microsoft.AnalysisServices 名前空間