ExternalTable.DataSource Property
Optional. Gets or sets the data source associated with this external table.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public EntityId DataSource { get; set; }
public:
property EntityId^ DataSource {
EntityId^ get();
void set(EntityId^ value);
}
member DataSource : EntityId with get, set
Public Property DataSource As EntityId
Property Value
Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.EntityId
See Also
ExternalTable Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top