Campo Ordered
Indicates that the column values define an ordered set.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Const Ordered As String
'Utilizzo
Dim value As String
value = MiningStructureColumnContents.Ordered
public const string Ordered
public:
literal String^ Ordered
static val mutable Ordered: string
public const var Ordered : String
Osservazioni
The ordering of the set does not imply any distance or magnitude relationship among values in the set.
Vedere anche