Поделиться через


Свойство FileGroup

Gets or sets the file group on which this catalog resides.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property FileGroup As String
    Get
    Set
'Применение
Dim instance As FullTextCatalog
Dim value As String

value = instance.FileGroup

instance.FileGroup = value
[SfcPropertyAttribute]
public string FileGroup { get; set; }
[SfcPropertyAttribute]
public:
property String^ FileGroup {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member FileGroup : string with get, set
function get FileGroup () : String
function set FileGroup (value : String)

Значение свойства

Тип System. . :: . .String
A String value that specifies the name of the file group.

Замечания

This property must be set before the FullTextCatalog object is created.