共用方式為


MiningDistribution.Attribute 屬性

Gets a MiningAttribute object that applies to the MiningDistribution.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Attribute As MiningAttribute 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.AdomdServer.MiningAttribute
A MiningAttribute object that applies to the MiningDistribution.

備註

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.

請參閱

參考

MiningDistribution 類別

Microsoft.AnalysisServices.AdomdServer 命名空間