다음을 통해 공유


SqlServerModelExtensions.GetServiceTierSql 메서드

정의

오버로드

GetServiceTierSql(IReadOnlyModel)

데이터베이스의 서비스 계층을 반환합니다.

GetServiceTierSql(IModel)

데이터베이스의 서비스 계층을 반환합니다.

GetServiceTierSql(IReadOnlyModel)

Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs

데이터베이스의 서비스 계층을 반환합니다.

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)

Source:
SqlServerModelExtensions.cs
Source:
SqlServerModelExtensions.cs

데이터베이스의 서비스 계층을 반환합니다.

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

모델입니다.

반환

데이터베이스의 서비스 계층입니다.

적용 대상