SqlDatabaseSchemaResource.GetSqlDatabaseTables Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of SqlDatabaseTableResources in the SqlDatabaseSchema.
public virtual Azure.ResourceManager.Sql.SqlDatabaseTableCollection GetSqlDatabaseTables ();
abstract member GetSqlDatabaseTables : unit -> Azure.ResourceManager.Sql.SqlDatabaseTableCollection
override this.GetSqlDatabaseTables : unit -> Azure.ResourceManager.Sql.SqlDatabaseTableCollection
Public Overridable Function GetSqlDatabaseTables () As SqlDatabaseTableCollection
Returns
An object representing collection of SqlDatabaseTableResources and their operations over a SqlDatabaseTableResource.