Freigeben über


IsTable-Eigenschaft

Determines whether the column is a table datatype.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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

Eigenschaftswert

Typ: System. . :: . .Boolean
True if the column contains a table datatype; false otherwise.