SPContentDatabase.MaximumSiteCount-Eigenschaft
Ruft ab oder legt die maximale Anzahl an Websites, die dargestellt werden kann, in der Inhaltsdatenbank.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaximumSiteCount As Integer
Get
Set
'Usage
Dim instance As SPContentDatabase
Dim value As Integer
value = instance.MaximumSiteCount
instance.MaximumSiteCount = value
public int MaximumSiteCount { get; set; }
Eigenschaftswert
Typ: System.Int32
Eine 32-Bit-Ganzzahl, die maximale Anzahl von Websites angibt.