Class AdmBEResComparacaoIndices
Definição do resultado da comparação de bases de dados (índices).
Implements
AdmBE100.IAdmBEResComparacaoIndices
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AdmBE100
Assembly: AdmBE100.dll
Syntax
[ComVisible(true)]
[Guid("975C72AE-ADC4-44AE-904F-11845E69B473")]
[ClassInterface(ClassInterfaceType.None)]
public class AdmBEResComparacaoIndices : AdmBaseBE, IAdmBEResComparacaoIndices
Constructors
AdmBEResComparacaoIndices()
Declaration
public AdmBEResComparacaoIndices()
Properties
Chaves1
Definição das chaves do primeiro índice.
Declaration
public string Chaves1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Chaves2
Definição das chaves do segundo índice.
Declaration
public string Chaves2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Clustered1
Indica se o primeiro índice é clustered.
Declaration
public bool Clustered1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Clustered2
Indica se o segundo índice é clustered.
Declaration
public bool Clustered2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Estado
Resultado da comparação.
Declaration
public AdmBETipos.EnumEstadoComparacao Estado { get; set; }
Property Value
Type | Description |
---|---|
AdmBETipos.EnumEstadoComparacao |
Nome
Nome do índice.
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PK1
Indica se o primeiro índice define uma chave primária.
Declaration
public bool PK1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PK2
Indica se o segundo índice define uma chave primária.
Declaration
public bool PK2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tabela1
Nome da primeira tabela.
Declaration
public string Tabela1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tabela2
Nome da segunda tabela.
Declaration
public string Tabela2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unique1
Indica se o primeiro índice é único.
Declaration
public bool Unique1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Unique2
Indica se o segundo índice é único.
Declaration
public bool Unique2 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
AdmBE100.IAdmBEResComparacaoIndices