SPDatabase.DatabaseOptions enumeration
指定 Microsoft SQL Server 資料庫] 選項,使用 TRANSACT-SQL 陳述式中。
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)
Syntax
'宣告
<FlagsAttribute> _
Protected Friend Enumeration DatabaseOptions
'用途
Dim instance As SPDatabase.DatabaseOptions
[FlagsAttribute]
protected internal enum DatabaseOptions
Members
Member name | Description | |
---|---|---|
AutoCreateStatistics | 會指定auto create statistics。值 = 0。 | |
AutoUpdateStatistics | 會指定auto update statistics。值 = 1。 | |
AutoClose | 會指定autoclose。值 = 2。 | |
AutoShrink | 會指定autoshrink。值 = 3。 | |
AnsiNullDefault | 會指定ANSI null default。值 = 4。 | |
AnsiNulls | 會指定ANSI nulls。值 = 5。 | |
AnsiWarnings | 會指定ANSI warnings。值 = 6。 | |
ArithAbort | 會指定交易時停止,而當算術錯誤發生時復原。值 = 7。 | |
ConcatNullYieldsNull | 會指定concat null yields null。值 = 8。 | |
CursorCloseOnUpdate | 會指定cursor close on commit。值 = 9。 | |
DboUseOnly | 會指定dbo use only。值 = 10。 | |
DefaultToLocalCursor | 會指定default to local cursor。值 = 11。 | |
MergePublish | 會指定merge publish。值 = 12。 | |
NumericRoundAbort | 指定會產生錯誤,並會傳回任何結果。值 = 13。 | |
Offline | 會指定offline。值 = 14。 | |
Published | 會指定published。值 = 15。 | |
QuotedIdentifier | 會指定quoted identifier。值 = 16。 | |
ReadOnly | 會指定read only。值 = 17。 | |
RecursiveTriggers | 會指定recursive triggers。值 = 18。 | |
SelectIntoBulkcopy | 會指定select into/bulkcopy。值 = 19。 | |
SingleUser | 會指定single user。值 = 20。 | |
Subscribed | 會指定subscribed。值 = 21。 | |
TornPageDetection | 會指定torn page detection。值 = 22。 | |
TruncLogOnChkpt | 會指定trunc. log on chkpt。值 = 23。 |