Partager via


Propriété MiningStructureColumn.Content

Obtient le type de contenu de la colonne de structure d'exploration de données.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Content As String 
    Get
'Utilisation
Dim instance As MiningStructureColumn 
Dim value As String 

value = instance.Content
public string Content { get; }
public:
property String^ Content {
    String^ get ();
}
member Content : string
function get Content () : String

Valeur de propriété

Type : String

Type de contenu de la structure d'exploration de données. Les valeurs possibles sont :

  • KEY

  • KEY SEQUENCE

  • KEY TIME

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([args])

  • ORDERED

  • SEQUENCE_TIME

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

  • ORDER

  • SEQUENCE

Voir aussi

Référence

MiningStructureColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer