MiningModel.FindAttribute 方法
Returns the MiningAttribute specified by an attribute ID.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Function FindAttribute ( _
attributeIndex As Integer _
) As MiningAttribute
'用途
Dim instance As MiningModel
Dim attributeIndex As Integer
Dim returnValue As MiningAttribute
returnValue = instance.FindAttribute(attributeIndex)
public MiningAttribute FindAttribute(
int attributeIndex
)
public:
MiningAttribute^ FindAttribute(
int attributeIndex
)
member FindAttribute :
attributeIndex:int -> MiningAttribute
public function FindAttribute(
attributeIndex : int
) : MiningAttribute
參數
- attributeIndex
型別:System.Int32
The attribute ID associated with the MiningAttribute to be returned.
傳回值
型別:Microsoft.AnalysisServices.AdomdServer.MiningAttribute
The mining attribute specified by the attribute ID.