Dela via


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
'Usage
Dim instance As CreateFullTextIndexStatement 
Dim value As Identifier 

value = instance.KeyIndexName

instance.KeyIndexName = value
public Identifier KeyIndexName { get; set; }
public:
property Identifier^ KeyIndexName {
    Identifier^ get ();
    void set (Identifier^ value);
}
public function get KeyIndexName () : Identifier 
public function set KeyIndexName (value : Identifier)

Property Value

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

.NET Framework Security

See Also

Reference

CreateFullTextIndexStatement Class

CreateFullTextIndexStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace