Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the content type of the column.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Content As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
The content type of the column.
Hinweise
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