SPDatabase.DatabaseOptions 枚举
在事务处理 SQL 语句中指定使用 Microsoft SQL Server 数据库选项。
此枚举具有 FlagsAttribute 属性,该属性允许其成员值的按位合并。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<FlagsAttribute> _
Protected Friend Enumeration DatabaseOptions
用法
Dim instance As SPDatabase.DatabaseOptions
[FlagsAttribute]
protected internal enum DatabaseOptions
成员
成员名称 | 说明 | |
---|---|---|
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。 |