共用方式為


Content 屬性

Gets the content type of the column.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Content As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
A String that contains the type of the column.

備註

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