SPDatabaseParameterOptions Enumeration
SharePoint 2010
Specifies options for database parameters.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.AdministrationAssembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
| Member name | Description | |
|---|---|---|
| None | Uses the provided database parameters. | |
| GenerateUniqueName | Generates a unique database name by appending a GUID at the end of the supplied database name. | |
| ResolveNameConflict | Uses the provided database name and verifies its availability in the database server. If the proposed name is not in use, keeps it; otherwise, generates a unique name by appending a GUID to the supplied name. |