Freigeben über


MiningContentNode.Attribute-Eigenschaft

Gets a MiningAttribute object that applies to the MiningContentNode.

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

Syntax

'Declaration
Public ReadOnly Property Attribute As MiningAttribute 
    Get
'Usage
Dim instance As MiningContentNode 
Dim value As MiningAttribute 

value = instance.Attribute
public MiningAttribute Attribute { get; }
public:
property MiningAttribute^ Attribute {
    MiningAttribute^ get ();
}
member Attribute : MiningAttribute
function get Attribute () : MiningAttribute

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningAttribute
A MiningAttribute object that applies to the MiningContentNode.

Hinweise

This value is algorithm-specific.

Siehe auch

Verweis

MiningContentNode Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace