Condividi tramite


Proprietà ISqlFullTextIndex.KeyName

Ottiene o imposta l'indice di chiave univoco da utilizzare.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFullTextIndex Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel