Freigeben über


MiningContentNode.Caption-Eigenschaft

Ruft die Beschriftung des MiningContentNode im aktuellen Gebietsschema ab.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Caption As String 
    Get
'Usage
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

Eigenschaftswert

Typ: String
Eine Zeichenfolge, die die Beschriftung von MiningContentNode im aktuellen Gebietsschema enthält.

Hinweise

Dieser Wert ist algorithmusspezifisch.

Siehe auch

Verweis

MiningContentNode Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace