Propriedade do RDL MiningModelColumn.IsTable
Gets a value that indicates whether the column is a table datatype.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the column contains a table datatype; otherwise, false.