CreateFullTextIndexStatement.KeyIndexName Property
Gets or sets the name of the key index.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property KeyIndexName As Identifier
Get
Set
'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);
}
member KeyIndexName : Identifier with get, set
function get KeyIndexName () : Identifier
function set KeyIndexName (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the key index.