USqlType.IsTableType Property
Optional. Gets or sets the the switch indicating if this type is a table type.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public bool IsTableType { get; set; }
public:
property bool IsTableType {
bool get();
void set(bool value);
}
member IsTableType : bool with get, set
Public Property IsTableType As Boolean
Property Value
Type: System.Boolean
See Also
USqlType Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top