다음을 통해 공유


Content 속성

Gets the content type of the mining structure column.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public ReadOnly Property Content As String
    Get
‘사용 방법
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

속성 값

형식: System. . :: . .String
A String representing 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