SqlServerModelExtensions.GetServiceTierSql 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetServiceTierSql(IReadOnlyModel) |
返回数据库的服务层。 |
GetServiceTierSql(IModel) |
返回数据库的服务层。 |
GetServiceTierSql(IReadOnlyModel)
返回数据库的服务层。
public static string? GetServiceTierSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetServiceTierSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> string
<Extension()>
Public Function GetServiceTierSql (model As IReadOnlyModel) As String
参数
- model
- IReadOnlyModel
模型。
返回
数据库的服务层。
适用于
GetServiceTierSql(IModel)
返回数据库的服务层。
public static string GetServiceTierSql (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetServiceTierSql : Microsoft.EntityFrameworkCore.Metadata.IModel -> string
<Extension()>
Public Function GetServiceTierSql (model As IModel) As String
参数
- model
- IModel
模型。
返回
数据库的服务层。