Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether the column is a table datatype.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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
Property Value
Type: System.Boolean
true if the column contains a table datatype; otherwise, false.