Share via


ISqlFullTextIndex.KeyName Property

Gets or sets the unique key index to use.

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

Syntax

'Declaration
Property KeyName As ISqlSpecifiesIndex
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISqlFullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace