Gets or sets the name of the key index.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property KeyIndexName As Identifier
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the key index.