Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
The mining attribute specified by the attribute ID.