ExternalTable.TableName Property
Optional. Gets or sets the name of the table associated with this database and schema.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public string TableName { get; set; }
public:
property String^ TableName {
String^ get();
void set(String^ value);
}
member TableName : string with get, set
Public Property TableName As String
Property Value
Type: System.String
See Also
ExternalTable Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top