Udostępnij za pośrednictwem


Właściwość FullTextIndex.FilegroupName

Pobiera nazwę grupy plików, w którym jest przechowywany indeks pełnotekstowy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property FilegroupName As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A String wartość, która określa nazwę grupy plików.