SPVssDiscoveryHelper.Run 方法

返回提供自定义内容组件 SharePoint VSS 编写器服务所需的信息的对象的集合。

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

语法

声明
Public Overridable Function Run As Collection(Of SPVssComponentDefinition)
用法
Dim instance As SPVssDiscoveryHelper
Dim returnValue As Collection(Of SPVssComponentDefinition)

returnValue = instance.Run()
public virtual Collection<SPVssComponentDefinition> Run()

返回值

类型:System.Collections.ObjectModel.Collection<SPVssComponentDefinition>
Collection <SPVssComponentDefinition>,每个成员都提供不同的非数据库自定义内容组件有关的信息。

备注

默认实现将返回空引用(无 在 Visual Basic 中)。

此方法由SharePoint Foundation的卷影副本创建 SharePoint VSS 编写器服务之前内部调用。不要直接从代码调用它。

另请参阅

引用

SPVssDiscoveryHelper 类

SPVssDiscoveryHelper 成员

Microsoft.SharePoint.Administration.Backup 命名空间

其他资源

SharePoint Foundation and the Volume Shadow Copy Service

How Volume Shadow Copy Service Works

Starting and Configuring the WSS Writer Service

Volume Shadow Copy Service Technical Reference