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 optional filegroup which the new catalog will be a part.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property FileGroup As Identifier
Get
Set
'Uso
Dim instance As CreateFullTextCatalogStatement
Dim value As Identifier
value = instance.FileGroup
instance.FileGroup = value
public Identifier FileGroup { get; set; }
public:
property Identifier^ FileGroup {
Identifier^ get ();
void set (Identifier^ value);
}
member FileGroup : Identifier with get, set
function get FileGroup () : Identifier
function set FileGroup (value : Identifier)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The optional filegroup which the new catalog will be a part.
Vea también
Referencia
CreateFullTextCatalogStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom