Compartilhar via


Propriedade do RDL MiningContentNode.Attribute

Gets a MiningAttribute object that applies to the MiningContentNode.

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

Sintaxe

'Declaração
Public ReadOnly Property Attribute As MiningAttribute 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningAttribute
A MiningAttribute object that applies to the MiningContentNode.

Comentários

This value is algorithm specific.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdClient