AttributeStats.StateStatistics Field
Represents an array of state statistics for each state of the attribute.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields")> _
Public StateStatistics As StateStats()
[SuppressMessageAttribute("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields")]
public StateStats[] StateStatistics
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1051:DoNotDeclareVisibleInstanceFields")]
public:
array<StateStats>^ StateStatistics
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields") */
public StateStats[] StateStatistics
SuppressMessageAttribute("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields")
public var StateStatistics : StateStats[]
Remarks
This field can be null.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AttributeStats Structure
AttributeStats Members
Microsoft.AnalysisServices.AdomdServer Namespace