States 字段

Represents the number of state statistics for the attribute.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public States As Integer
用法
Dim instance As AttributeStats
Dim value As Integer

value = instance.States

instance.States = value
public int States
public:
int States
val mutable States: int
public var States : int