Compartir a través de


MiningContentNode.Attribute Propiedad

Gets a MiningAttribute object that applies to the MiningContentNode.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

This value is algorithm specific.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient