CreateFullTextIndexStatement.KeyIndexName Property

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

Syntax

'Declaration
Public Property KeyIndexName As Identifier
public Identifier KeyIndexName { get; set; }
public:
property Identifier^ KeyIndexName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member KeyIndexName : Identifier with get, set
function get KeyIndexName () : Identifier
function set KeyIndexName (value : Identifier)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

.NET Framework Security

See Also

Reference

CreateFullTextIndexStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace