Share via


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
'Usage
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);
}
public function get FileGroupName () : Identifier 
public function set FileGroupName (value : Identifier)

Property Value

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

.NET Framework Security

See Also

Reference

FullTextCatalogAndFileGroup Class

FullTextCatalogAndFileGroup Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace