Proprietà MiningModelColumn.Content

Gets the content type of the column.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Content As String 
    Get
'Utilizzo
Dim instance As MiningModelColumn 
Dim value As String 

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

Valore proprietà

Tipo: System.String
The content type of the column.

Osservazioni

This can contain one of the following:

  • KEY

  • KEY SEQUENCE

  • KEY TIME

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([args])

  • ORDERED

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

Vedere anche

Riferimento

MiningModelColumn Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer