ModifyFileGroupOption Enumeration
Specifies the file group modification option.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| None | The option is None. | |
| ReadOnly | The option is ReadOnly. | |
| ReadOnlyOld | The option is ReadOnlyOld. | |
| ReadWrite | The option is ReadWrite. | |
| ReadWriteOld | The option is ReadWriteOld. |
Show: