Partager via


Propriété MiningStructure.CaseTableName

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property CaseTableName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A string that contains the name of the case table.

Voir aussi

Référence

MiningStructure Classe

Espace de noms Microsoft.AnalysisServices