MiningDistribution.Attribute Property
Gets a MiningAttribute object that applies to the MiningDistribution.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Attribute As MiningAttribute
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningAttribute
A MiningAttribute object that applies to the MiningDistribution.
Remarks
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.