Dela via


CreateDatabaseStatement.FileGroups Property

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)
'Usage
Dim instance As CreateDatabaseStatement 
Dim value As IList(Of FileGroup)

value = instance.FileGroups
public IList<FileGroup> FileGroups { get; }
public:
property IList<FileGroup^>^ FileGroups {
    IList<FileGroup^>^ get ();
}
public function get FileGroups () : IList<FileGroup>

Property Value

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

.NET Framework Security

See Also

Reference

CreateDatabaseStatement Class

CreateDatabaseStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace