Compartilhar via


Propriedade do RDL MiningContentNode.ShortCaption

Gets a shortened caption for the MiningContentNode.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property ShortCaption As String 
    Get
'Uso
Dim instance As MiningContentNode 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A String containing the shortened caption.

Comentários

This value is algorithm specific.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdClient