SPDatabase.DatabaseOptions-Enumeration
Gibt eine Microsoft SQL Server-Datenbank aus, die verwendet wird, in einer Transact-SQL-Anweisung an.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Memberwerte zulässt.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<FlagsAttribute> _
Protected Friend Enumeration DatabaseOptions
'Usage
Dim instance As SPDatabase.DatabaseOptions
[FlagsAttribute]
protected internal enum DatabaseOptions
Member
Membername | Beschreibung | |
---|---|---|
AutoCreateStatistics | Gibt auto create statisticsan. Wert = 0. | |
AutoUpdateStatistics | Gibt auto update statisticsan. Wert = 1. | |
AutoClose | Gibt autoclosean. Wert = 2. | |
AutoShrink | Gibt autoshrinkan. Wert = 3. | |
AnsiNullDefault | Gibt ANSI null defaultan. Wert = 4. | |
AnsiNulls | Gibt ANSI nullsan. Wert = 5. | |
AnsiWarnings | Gibt ANSI warningsan. Wert = 6. | |
ArithAbort | Gibt an, dass eine Transaktion beendet und zurückgesetzt, wenn ein arithmetischer Fehler auftritt. Wert = 7. | |
ConcatNullYieldsNull | Gibt concat null yields nullan. Wert = 8. | |
CursorCloseOnUpdate | Gibt cursor close on commitan. Wert = 9. | |
DboUseOnly | Gibt dbo use onlyan. Wert = 10. | |
DefaultToLocalCursor | Gibt default to local cursoran. Wert = 11. | |
MergePublish | Gibt merge publishan. Wert = 12. | |
NumericRoundAbort | Gibt an, dass ein Fehler generiert, werden keine Ergebnisse zurückgegeben. Wert = 13. | |
Offline | Gibt offlinean. Wert = 14. | |
Published | Gibt publishedan. Wert = 15. | |
QuotedIdentifier | Gibt quoted identifieran. Wert = 16. | |
ReadOnly | Gibt read onlyan. Wert = 17. | |
RecursiveTriggers | Gibt recursive triggersan. Wert = 18. | |
SelectIntoBulkcopy | Gibt select into/bulkcopyan. Wert = 19. | |
SingleUser | Gibt single useran. Wert = 20. | |
Subscribed | Gibt subscribedan. Wert = 21. | |
TornPageDetection | Gibt torn page detectionan. Wert = 22. | |
TruncLogOnChkpt | Gibt trunc. log on chkptan. Wert = 23. |