共用方式為


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 命名空間