CreateDatabaseStatement::FileGroups Property
Gets or sets a list of Filegroups (including primary one) from LOG ON clause.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property IList<FileGroupDefinition^>^ FileGroups { IList<FileGroupDefinition^>^ get(); }
Property Value
Type: System.Collections.Generic::IList<FileGroupDefinition^>^The list of Filegroups (including primary one) from LOG ON clause.
Show: