MiningModel.FindAttribute 메서드
Finds the MiningAttribute specified by an attribute ID.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Function FindAttribute ( _
attributeId As Integer _
) As MiningAttribute
‘사용 방법
Dim instance As MiningModel
Dim attributeId As Integer
Dim returnValue As MiningAttribute
returnValue = instance.FindAttribute(attributeId)
public MiningAttribute FindAttribute(
int attributeId
)
public:
MiningAttribute^ FindAttribute(
int attributeId
)
member FindAttribute :
attributeId:int -> MiningAttribute
public function FindAttribute(
attributeId : int
) : MiningAttribute
매개 변수
- attributeId
유형: System.Int32
The attribute ID associated with the MiningAttribute to return.
반환 값
유형: Microsoft.AnalysisServices.AdomdClient.MiningAttribute
A mining attribute with the specified attribute ID.