Caption propriété
Gets the caption of the MiningContentNode in the current locale.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (dans 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 la propriété
Type : System. . :: . .String
A string containing the caption of the MiningContentNode in the current locale.
Notes
This value is algorithm-specific.