次の方法で共有


DsvTableBinding.TableID プロパティ

テーブルの一意識別子を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property TableID As String 
    Get 
    Set
'使用
Dim instance As DsvTableBinding 
Dim value As String 

value = instance.TableID

instance.TableID = value
public string TableID { get; set; }
public:
property String^ TableID {
    String^ get ();
    void set (String^ value);
}
member TableID : string with get, set
function get TableID () : String 
function set TableID (value : String)

プロパティ値

型: System.String
テーブルの一意識別子を表す String です。

関連項目

参照

DsvTableBinding クラス

Microsoft.AnalysisServices 名前空間