Propriedade ISqlFullTextIndex.KeyName

Obtém ou define o índice de chave exclusivo para usar.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property KeyName As ISqlSpecifiesIndex
    Get
    Set
ISqlSpecifiesIndex KeyName { get; set; }
property ISqlSpecifiesIndex^ KeyName {
    ISqlSpecifiesIndex^ get ();
    void set (ISqlSpecifiesIndex^ value);
}
abstract KeyName : ISqlSpecifiesIndex with get, set
function get KeyName () : ISqlSpecifiesIndex
function set KeyName (value : ISqlSpecifiesIndex)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlSpecifiesIndex

Segurança do .NET Framework

Consulte também

Referência

ISqlFullTextIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel