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 네임스페이스