共用方式為


SPContentDatabase.WarningSiteCount property

取得或設定之前警告事件產生及通知的網站集合擁有者可建立的網站數目。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property WarningSiteCount As Integer
    Get
    Set
'用途
Dim instance As SPContentDatabase
Dim value As Integer

value = instance.WarningSiteCount

instance.WarningSiteCount = value
public int WarningSiteCount { get; set; }

Property value

Type: System.Int32
32 位元整數,會指定產生警告前可建立的網站數目。

請參閱

參照

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace