MiningStructure.CaseTableName Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public string CaseTableName { get; set; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property String^ CaseTableName {
    String^ get();
    void set(String^ value);
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member CaseTableName : string with get, set
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public Property CaseTableName As String

Property Value

Type: System.String

A string that contains the name of the case table.

See Also

MiningStructure Class
Microsoft.AnalysisServices Namespace

Return to top