SPDeletedSitePipeBind.Read 方法

检索与当前管道绑定对象相关联的已删除的站点对象。

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

语法

声明
Public Overrides Function Read As SPDeletedSite
用法
Dim instance As SPDeletedSitePipeBind
Dim returnValue As SPDeletedSite

returnValue = instance.Read()
public override SPDeletedSite Read()

返回值

类型:Microsoft.SharePoint.Administration.SPDeletedSite
删除的站点对象与当前管道绑定对象相关联。

异常

异常 条件
SPCmdletPipeBindException

Count属性的值大于 1,表示多个 ID 找到符合已删除站点对象。

备注

此方法查找根据提供给它,例如,一个 GUID 唯一标识信息的对象。如果对象被放在管道上,该对象可以作为自己唯一的标识符。

另请参阅

引用

SPDeletedSitePipeBind 类

SPDeletedSitePipeBind 成员

Microsoft.SharePoint.PowerShell 命名空间