Freigeben über


CreateDatabaseStatement.FileGroups-Eigenschaft

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

Syntax

'Declaration
Public ReadOnly Property FileGroups As IList(Of FileGroup)
    Get
public IList<FileGroup> FileGroups { get; }
public:
property IList<FileGroup^>^ FileGroups {
    IList<FileGroup^>^ get ();
}
member FileGroups : IList<FileGroup>
function get FileGroups () : IList<FileGroup>

Eigenschaftswert

Typ: System.Collections.Generic.IList<FileGroup>

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateDatabaseStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace