Freigeben über


MiningContentNode.Description-Eigenschaft

Ruft die Beschreibung von MiningContentNode im aktuellen Gebietsschema ab.

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

Syntax

'Declaration
Public ReadOnly Property Description As String 
    Get
'Usage
Dim instance As MiningContentNode 
Dim value As String 

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

Eigenschaftswert

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

Hinweise

Dieser Wert ist algorithmusspezifisch.

Siehe auch

Verweis

MiningContentNode Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace