Compartilhar via


Propriedade do RDL MiningStructureColumn.Content

Gets the content type of the mining structure column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property Content As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String

The content type of the mining structure. Possible values include:

  • KEY

  • KEY SEQUENCE

  • KEY TIME

  • DISCRETE

  • CONTINUOUS

  • DISCRETIZED([args])

  • ORDERED

  • SEQUENCE_TIME

  • CYCLICAL

  • PROBABILITY

  • VARIANCE

  • STDEV

  • SUPPORT

  • PROBABILITY_VARIANCE

  • PROBABILITY_STDEV

  • ORDER

  • SEQUENCE

Consulte também

Referência

MiningStructureColumn Classe

Namespace Microsoft.AnalysisServices.AdomdServer