Propriedade do RDL FullTextIndex.FilegroupName

Gets the name of the file group in which the full-text index is stored.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property FilegroupName As String 
    Get 
    Set
'Uso
Dim instance As FullTextIndex 
Dim value As String 

value = instance.FilegroupName

instance.FilegroupName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string FilegroupName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ FilegroupName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member FilegroupName : string with get, set
function get FilegroupName () : String 
function set FilegroupName (value : String)

Valor da propriedade

Tipo: System.String
A String value that specifies the name of the file group.

Exemplos

Implementando a pesquisa de texto completo

Consulte também

Referência

FullTextIndex Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Visão geral da pesquisa de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)