SqlServerDbContextOptionsBuilder 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許SQL Server在 上 DbContextOptions 執行特定組態。
public class SqlServerDbContextOptionsBuilder : Microsoft.EntityFrameworkCore.Infrastructure.RelationalDbContextOptionsBuilder<Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Infrastructure.Internal.SqlServerOptionsExtension>
public class SqlServerDbContextOptionsBuilder : Microsoft.EntityFrameworkCore.Infrastructure.RelationalDbContextOptionsBuilder<Microsoft.EntityFrameworkCore.Infrastructure.SqlServerDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension>
type SqlServerDbContextOptionsBuilder = class
inherit RelationalDbContextOptionsBuilder<SqlServerDbContextOptionsBuilder, SqlServerOptionsExtension>
Public Class SqlServerDbContextOptionsBuilder
Inherits RelationalDbContextOptionsBuilder(Of SqlServerDbContextOptionsBuilder, SqlServerOptionsExtension)
- 繼承
-
RelationalDbContextOptionsBuilder<SqlServerDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.Infrastructure.Internal.SqlServerOptionsExtension>SqlServerDbContextOptionsBuilder
- 繼承
-
RelationalDbContextOptionsBuilder<SqlServerDbContextOptionsBuilder,Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.SqlServerOptionsExtension>SqlServerDbContextOptionsBuilder
備註
這個類別的實例會從 呼叫 SqlServerDbContextOptionsExtensions.UseSqlServer 傳回,而且不是設計成直接在您的應用程式程式碼中建構。
建構函式
SqlServerDbContextOptionsBuilder(DbContextOptionsBuilder) |
初始化 SqlServerDbContextOptionsBuilder 類別的新執行個體。 |
屬性
OptionsBuilder |
取得核心選項產生器。 (繼承來源 RelationalDbContextOptionsBuilder<TBuilder,TExtension>) |
方法
明確介面實作
IRelationalDbContextOptionsBuilderInfrastructure.OptionsBuilder |
取得核心選項產生器。 (繼承來源 RelationalDbContextOptionsBuilder<TBuilder,TExtension>) |
擴充方法
UseNetTopologySuite(SqlServerDbContextOptionsBuilder) |
使用 NetTopologySuite 存取SQL Server空間資料。 |