CatalogTableGetResponse.Table Property

 

Optional. Gets or sets the resulting table from the get.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public USqlTable Table { get; set; }
public:
property USqlTable^ Table {
    USqlTable^ get();
    void set(USqlTable^ value);
}
member Table : USqlTable with get, set
Public Property Table As USqlTable

Property Value

Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.USqlTable

See Also

CatalogTableGetResponse Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top