ข้ามไปยังเนื้อหา

Class SqlServerDataOptions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Data.SqlServer.Configuration
Assembly: Cephalon.Data.SqlServer.dll

Configuration options for the SQL Server data provider (Engine:Data:SqlServer).

public sealed class SqlServerDataOptions

objectSqlServerDataOptions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Gets the canonical provider identifier emitted by the pack.

public const string ProviderId = "sqlserver"

string

Gets the configuration section path used by default for SQL Server data settings.

public const string SectionPath = "Engine:Data:SqlServer"

string

Gets the provider-native SQL Server CDC captures that should be contributed to the active runtime.

public IList<SqlServerCdcCaptureOptions> CdcCaptures { get; }

IList<SqlServerCdcCaptureOptions>

Gets or sets the table name that stores Cephalon-managed SQL Server CDC checkpoints.

public string CheckpointTableName { get; set; }

string

Gets or sets the schema that stores Cephalon-managed SQL Server CDC checkpoints.

public string CheckpointTableSchema { get; set; }

string

Gets or sets the inline SQL Server connection string.

public string? ConnectionString { get; set; }

string?

Use either or .

Gets or sets the root ConnectionStrings entry name to resolve for SQL Server.

public string? ConnectionStringName { get; set; }

string?

Use either or .

Gets or sets the operator-facing database name that owns the configured CDC captures.

public string DatabaseName { get; set; }

string