MiningStructure.CaseTableName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the case table that is associated with the MiningStructure object.
[System.ComponentModel.Browsable(false)]
public string CaseTableName { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CaseTableName : string with get, set
Public Property CaseTableName As String
Property Value
A string that contains the name of the case table.
- Attributes