Compartir a través de


MiningModelColumn.IsTable Propiedad

Gets a value that indicates whether the column is a table datatype.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsTable As Boolean 
    Get
'Uso
Dim instance As MiningModelColumn 
Dim value As Boolean 

value = instance.IsTable
public bool IsTable { get; }
public:
property bool IsTable {
    bool get ();
}
member IsTable : bool
function get IsTable () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the column contains a table datatype; otherwise, false.

Vea también

Referencia

MiningModelColumn Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient