Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function GetAttributeFullStatistics ( _
attributeIndex As Integer _
) As AttributeStats
'Usage
Dim instance As MiningModel
Dim attributeIndex As Integer
Dim returnValue As AttributeStats
returnValue = instance.GetAttributeFullStatistics(attributeIndex)
public AttributeStats GetAttributeFullStatistics(
int attributeIndex
)
public:
AttributeStats GetAttributeFullStatistics(
int attributeIndex
)
member GetAttributeFullStatistics :
attributeIndex:int -> AttributeStats
public function GetAttributeFullStatistics(
attributeIndex : int
) : AttributeStats
Parameters
- attributeIndex
Type: System.Int32
The attribute identifier for which to retrieve statistics.
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.AttributeStats
An AttributeStats that contains the attribute statistics for the specified attribute.