你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlDatabaseResource.GetSqlDatabaseSchemas Method

Definition

Gets a collection of SqlDatabaseSchemaResources in the SqlDatabase.

public virtual Azure.ResourceManager.Sql.SqlDatabaseSchemaCollection GetSqlDatabaseSchemas();
abstract member GetSqlDatabaseSchemas : unit -> Azure.ResourceManager.Sql.SqlDatabaseSchemaCollection
override this.GetSqlDatabaseSchemas : unit -> Azure.ResourceManager.Sql.SqlDatabaseSchemaCollection
Public Overridable Function GetSqlDatabaseSchemas () As SqlDatabaseSchemaCollection

Returns

An object representing collection of SqlDatabaseSchemaResources and their operations over a SqlDatabaseSchemaResource.

Applies to