CreateFullTextIndexStatement.CatalogAndFileGroup 属性

Gets or sets the name of the fulltext catalog and/or filegroup. Optional may be null.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property CatalogAndFileGroup As FullTextCatalogAndFileGroup 
    Get 
    Set
用法
Dim instance As CreateFullTextIndexStatement 
Dim value As FullTextCatalogAndFileGroup 

value = instance.CatalogAndFileGroup

instance.CatalogAndFileGroup = value
public FullTextCatalogAndFileGroup CatalogAndFileGroup { get; set; }
public:
property FullTextCatalogAndFileGroup^ CatalogAndFileGroup {
    FullTextCatalogAndFileGroup^ get ();
    void set (FullTextCatalogAndFileGroup^ value);
}
member CatalogAndFileGroup : FullTextCatalogAndFileGroup with get, set
function get CatalogAndFileGroup () : FullTextCatalogAndFileGroup 
function set CatalogAndFileGroup (value : FullTextCatalogAndFileGroup)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogAndFileGroup
The name of the fulltext catalog and/or filegroup

请参阅

参考

CreateFullTextIndexStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间