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)
public IList<FileGroup> FileGroups { get; }
public:
property IList<FileGroup^>^ FileGroups {
IList<FileGroup^>^ get ();
}
member FileGroups : IList<FileGroup>
function get FileGroups () : IList<FileGroup>
Property Value
Type: System.Collections.Generic.IList<FileGroup>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.