次の方法で共有


TableID プロパティ

ColumnBinding の TableId を取得します。値の設定も可能です。

名前空間:  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 ColumnBinding
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
ColumnBinding の TableId を表す String です。