SPContentDatabase.IsPaired 属性

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

获取或设置一个布尔值,指定是否配对到Windows SharePoint Services 2.0内容数据库内容数据库。

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

语法

声明
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public Overridable Property IsPaired As Boolean
    Get
    Set
用法
Dim instance As SPContentDatabase
Dim value As Boolean

value = instance.IsPaired

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

属性值

类型:System.Boolean
true 如果内容数据库配对到Windows SharePoint Services 2.0的内容数据库。否则为

实现

IMigratable.IsPaired

备注

成对的内容数据库是一种连接到Windows SharePoint Services 2.0的内容数据库。

另请参阅

引用

SPContentDatabase 类

SPContentDatabase 成员

Microsoft.SharePoint.Administration 命名空间