Свойство FullTextCatalogAndFileGroup.FileGroupName

Gets or sets the name of the filegroup. Optional may be nullпустая ссылка (Nothing в Visual Basic).

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

Синтаксис

'Декларация
Public Property FileGroupName As Identifier 
    Get 
    Set
'Применение
Dim instance As FullTextCatalogAndFileGroup 
Dim value As Identifier 

value = instance.FileGroupName

instance.FileGroupName = value
public Identifier FileGroupName { get; set; }
public:
property Identifier^ FileGroupName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member FileGroupName : Identifier with get, set
function get FileGroupName () : Identifier 
function set FileGroupName (value : Identifier)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the file group.

См. также

Справочник

FullTextCatalogAndFileGroup Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom