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