Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Finds the MiningAttribute specified by an attribute ID.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function FindAttribute ( _
attributeId As Integer _
) As MiningAttribute
'Usage
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
Parameter
- attributeId
Typ: System.Int32
The attribute ID associated with the MiningAttribute to return.
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdClient.MiningAttribute
A mining attribute with the specified attribute ID.