ISqlFullTextIndex.KeyName 属性

获取或设置要使用的唯一键索引。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property KeyName As ISqlSpecifiesIndex
    Get
    Set
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)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISqlSpecifiesIndex

.NET Framework 安全性

请参见

参考

ISqlFullTextIndex 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间