SPMigratableSiteCollection.Count 属性

请注意:此 API 现在已过时。

获取集合中的网站集的数目。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public ReadOnly Property Count As Integer
    Get
用法
Dim instance As SPMigratableSiteCollection
Dim value As Integer

value = instance.Count
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public int Count { get; }

属性值

类型:System.Int32
一个 32 位整数,指示网站集的数目。

实现

ICollection<T>.Count

另请参阅

引用

SPMigratableSiteCollection 类

SPMigratableSiteCollection 成员

Microsoft.SharePoint.Administration 命名空间