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.