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
'Usage
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);
}
public function get CatalogAndFileGroup () : FullTextCatalogAndFileGroup
public 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.
See Also
Reference
CreateFullTextIndexStatement Class