MiningStructure.CaseTableName プロパティ

MiningStructure オブジェクトに関連付けられたケース テーブルの名前を取得します。値の設定も可能です。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public Property CaseTableName As String 
    Get 
    Set
'使用
Dim instance As MiningStructure 
Dim value As String 

value = instance.CaseTableName

instance.CaseTableName = value
[BrowsableAttribute(false)]
public string CaseTableName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ CaseTableName {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member CaseTableName : string with get, set
function get CaseTableName () : String 
function set CaseTableName (value : String)

プロパティ値

型: System.String
ケース テーブルの名前を表す string です。

関連項目

参照

MiningStructure クラス

Microsoft.AnalysisServices 名前空間