Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the fulltext catalog and/or filegroup. Optional may be null.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property CatalogAndFileGroup As FullTextCatalogAndFileGroup
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextCatalogAndFileGroup
The name of the fulltext catalog and/or filegroup
Vea también
Referencia
CreateFullTextIndexStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom