Propriété MiningModelColumn.IsTable
Gets a value that indicates whether the column is a table datatype.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsTable As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the column contains a table datatype; otherwise, false.