Proprietà MiningModelColumn.IsTable

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsTable As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MiningModelColumn Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer