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