FindAttribute Método
Returns the MiningAttribute specified by an attribute ID.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function FindAttribute ( _
attributeIndex As Integer _
) As MiningAttribute
'Uso
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
Parámetros
- attributeIndex
Tipo: System. . :: . .Int32
The attribute ID associated with the MiningAttribute to be returned.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MiningAttribute
A MiningAttribute.
Vea también