Partager via


Propriété MiningContentNode.Caption

Obtient la légende du MiningContentNode dans les paramètres régionaux actuels.

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

Syntaxe

'Déclaration
Public ReadOnly Property Caption As String 
    Get
'Utilisation
Dim instance As MiningContentNode 
Dim value As String 

value = instance.Caption
public string Caption { get; }
public:
property String^ Caption {
    String^ get ();
}
member Caption : string
function get Caption () : String

Valeur de propriété

Type : String
Chaîne qui contient la légende du MiningContentNode dans les paramètres régionaux actuels.

Notes

Cette valeur est spécifique à l'algorithme.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer