Compartir a través de


MiningContentNode.Caption Propiedad

Gets the caption of the MiningContentNode in the current locale.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property Caption As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A string containing the caption of the MiningContentNode in the current locale.

Comentarios

This value is algorithm-specific.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer