Compartilhar via


Propriedade do RDL MiningDistribution.Attribute

Gets a MiningAttribute object that applies to the MiningDistribution.

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

Sintaxe

'Declaração
Public ReadOnly Property Attribute As MiningAttribute 
    Get
'Uso
Dim instance As MiningDistribution 
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.AdomdServer.MiningAttribute
A MiningAttribute object that applies to the MiningDistribution.

Comentários

This value is algorithm specific, and is inferred from the mining distribution name. If insufficient information exists to populate the MiningAttribute, then Name will be the only property populated.

Consulte também

Referência

MiningDistribution Classe

Namespace Microsoft.AnalysisServices.AdomdServer