FullTextCatalogAndFileGroup.FileGroupName Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property FileGroupName As Identifier
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

.NET Framework Security

See Also

Reference

FullTextCatalogAndFileGroup Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace