MiningStructure.CaseTableName 属性

Gets or sets the name of the case table that is associated with the MiningStructure object.

命名空间:  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
A string that contains the name of the case table.

请参阅

参考

MiningStructure 类

Microsoft.AnalysisServices 命名空间