Partager via


Propriété MiningContentNode.Caption

Gets the caption of the MiningContentNode in the current locale.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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 : System.String
A String containing the caption of the MiningContentNode in the current locale.

Notes

This value is algorithm specific.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient