Partilhar via


LocalEseStoreSettings.DatabasePageSizeInKB Propriedade

Definição

Cuidado

Starting with the next major version, the Service Fabric runtime will determine the optimal database page size and not allow overriding it.

Mapeia diretamente para JET_paramDatabasePageSize no repositório ESE local.

[System.Obsolete("Starting with the next major version, the Service Fabric runtime will determine the optimal database page size and not allow overriding it.")]
public int DatabasePageSizeInKB { get; set; }
public int DatabasePageSizeInKB { get; set; }
[<System.Obsolete("Starting with the next major version, the Service Fabric runtime will determine the optimal database page size and not allow overriding it.")>]
member this.DatabasePageSizeInKB : int with get, set
member this.DatabasePageSizeInKB : int with get, set
Public Property DatabasePageSizeInKB As Integer

Valor da propriedade

Retorna o tamanho da página do banco de dados em KB.

Atributos

Comentários

O tamanho da página do banco de dados especificado só é aplicado a bancos de dados recém-criados. Os bancos de dados existentes continuarão a usar os tamanhos de página do banco de dados com os quais foram criados, se diferentes dessa configuração. Essa propriedade está obsoleta e será removida na próxima versão principal do runtime do Service Fabric.

Aplica-se a