Content Propiedad
Gets the content type of the column.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property Content As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
A String that contains the type of the column.
Comentarios
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
Vea también