Partager via


Propriété IsTable

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsTable As Boolean
    Get
'Utilisation
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

Valeur de propriété

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