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 네임스페이스