CreateFullTextIndexStatement.CatalogAndFileGroup Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property CatalogAndFileGroup As FullTextCatalogAndFileGroup
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.FullTextCatalogAndFileGroup

.NET Framework Security

See Also

Reference

CreateFullTextIndexStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace