SPDatabaseParameterOptions Enumeration

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SPDatabaseParameterOptions
'Usage
Dim instance As SPDatabaseParameterOptions
[FlagsAttribute]
public enum SPDatabaseParameterOptions

Members

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.

See Also

Reference

Microsoft.SharePoint.Administration Namespace