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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.