Content 属性
Gets the content type of the column.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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