Class AdmBEIndiceProps
Definição das propriedades de um índice.
Implements
Inherited Members
Namespace: AdmBE100
Assembly: AdmBE100.dll
Syntax
[ComVisible(true)]
[Guid("EF230C55-85CF-4A34-AF12-AE6A3899A759")]
[ClassInterface(ClassInterfaceType.None)]
public class AdmBEIndiceProps : AdmBaseBE, IAdmBEIndiceProps
Constructors
AdmBEIndiceProps()
Declaration
public AdmBEIndiceProps()
Properties
AutoEstatisticas
Indica se as estatísticas do índice são mantidas automaticamente.
Declaration
public bool AutoEstatisticas { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BaseDados
Nome da base de dados.
Declaration
public string BaseDados { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Clustered
Indica se o índice é "Clustered".
Declaration
public bool Clustered { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Colunas
Definição das colunas do índice.
Declaration
public AdmBEIndiceCols Colunas { get; }
Property Value
Type | Description |
---|---|
AdmBEIndiceCols |
DensidadePaginasMedia
Densidade média das páginas do índice.
Declaration
public float DensidadePaginasMedia { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
DensidadeScan
Densidade de scan do índice.
Declaration
public float DensidadeScan { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
EspacoOcupadoMB
Espado ocupado em disco (MB).
Declaration
public float EspacoOcupadoMB { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FileGroup
File Group associado ao índice.
Declaration
public string FileGroup { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FillFactor
Fill Factor.
Declaration
public byte FillFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
FragmentacaoExtents
Nível de fragmentação dos extents ocupados pelo índice.
Declaration
public float FragmentacaoExtents { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FragmentacaoLogica
Nível de fragmentação lógica.
Declaration
public float FragmentacaoLogica { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MediaBytesLivresPorPag
Média de bytes livres por página do índice.
Declaration
public float MediaBytesLivresPorPag { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MediaLinhasPorPagina
Média de linhas por cada página.
Declaration
public float MediaLinhasPorPagina { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MediaPaginasPorExtent
Média de páginas por extent.
Declaration
public float MediaPaginasPorExtent { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Nome
Nome do índice.
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumExtents
Número de extents ocupados pelo índice.
Declaration
public int NumExtents { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumLinhas
Número de linhas definidas no índice.
Declaration
public int NumLinhas { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPaginas
Número de páginas.
Declaration
public int NumPaginas { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PadIndex
Pad Index.
Declaration
public bool PadIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tabela
Nome da tabela.
Declaration
public string Tabela { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TamanhoRegMax
Tamanho do registo maior.
Declaration
public int TamanhoRegMax { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TamanhoRegMedio
Tamanho médio dos registos.
Declaration
public float TamanhoRegMedio { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TamanhoRegMin
Tamanho do registo mais pequeno.
Declaration
public int TamanhoRegMin { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Tipo
Tipo de índice.
Declaration
public AdmBETipos.EnumTipoIndice Tipo { get; set; }
Property Value
Type | Description |
---|---|
AdmBETipos.EnumTipoIndice |
Unico
Indica se o índice impõe uma constraint de valores únicos.
Declaration
public bool Unico { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()