Class StdBEIndice
Definição de um índice na base de dados.
Inheritance
System.Object
StdBEIndice
Implements
StdPlatBE100.IStdBEIndice
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: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("AF96CA6D-4ABE-48AA-9A05-CB2B8E654890")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEIndice : IStdBEIndice
Constructors
StdBEIndice()
Declaration
public StdBEIndice()
Properties
Chaves
Chaves do índice.
Declaration
public string Chaves { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Clustered
Indica se o índice é clustered ou nonclustered.
Declaration
public bool Clustered { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Descricao
Descrição do índice.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nome
Nome do índice.
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PK
Indica se o índice implementa uma chave primária.
Declaration
public bool PK { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tabela
Nome da tabela.
Declaration
public string Tabela { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unique
Indica se o índice implementa uma constraint "unique".
Declaration
public bool Unique { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
StdPlatBE100.IStdBEIndice