This topic has not yet been rated - Rate this topic

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.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[FlagsAttribute]
public enum SPDatabaseParameterOptions
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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ