ISqlFullTextIndex.Catalog 属性

获取或设置存储索引的目录。

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

语法

声明
Property Catalog As ISqlFullTextCatalog
    Get
    Set
ISqlFullTextCatalog Catalog { get; set; }
property ISqlFullTextCatalog^ Catalog {
    ISqlFullTextCatalog^ get ();
    void set (ISqlFullTextCatalog^ value);
}
abstract Catalog : ISqlFullTextCatalog with get, set
function get Catalog () : ISqlFullTextCatalog
function set Catalog (value : ISqlFullTextCatalog)

属性值

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

.NET Framework 安全性

请参见

参考

ISqlFullTextIndex 接口

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