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.
Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetAttributeSimpleStatistics ( _
attributeIndex As Integer _
) As AttributeStats
'Usage
Dim instance As MiningModel
Dim attributeIndex As Integer
Dim returnValue As AttributeStats
returnValue = instance.GetAttributeSimpleStatistics(attributeIndex)
public AttributeStats GetAttributeSimpleStatistics(
int attributeIndex
)
public:
AttributeStats GetAttributeSimpleStatistics(
int attributeIndex
)
member GetAttributeSimpleStatistics :
attributeIndex:int -> AttributeStats
public function GetAttributeSimpleStatistics(
attributeIndex : int
) : AttributeStats
Parameter
- attributeIndex
Typ: System.Int32
The attribute identifier for which to retrieve statistics.
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdServer.AttributeStats
An AttributeStats that contains the attribute statistics for the specified attribute.