Compartir a través de


MiningContentNode.Attribute Propiedad

Obtiene un objeto MiningAttribute que se aplica a MiningContentNode.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.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.AdomdServer.MiningAttribute
Objeto MiningAttribute que se aplica a MiningContentNode.

Comentarios

Este valor es específico del algoritmo.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer