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.