Partilhar via


Propriedade do RDL IsTable

Gets a value that indicates whether this is a table data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property IsTable As Boolean
    Get
'Uso
Dim instance As IDataType
Dim value As Boolean

value = instance.IsTable
bool IsTable { get; }
property bool IsTable {
    bool get ();
}
abstract IsTable : bool
function get IsTable () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true if this is a table data type; otherwise, false.