Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function GetAttributeSimpleStatistics ( _
attributeIndex As Integer _
) As AttributeStats
'Utilisation
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
Paramètres
- attributeIndex
Type : System.Int32
The attribute identifier for which to retrieve statistics.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.AttributeStats
An AttributeStats that contains the attribute statistics for the specified attribute.