SPVssComponentDefinition 类

提供有关自定义、 非数据库、 SharePoint Foundation SharePointVSS 编写器服务内容组件的信息。

继承层次结构

System.Object
  Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition

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

语法

声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPVssComponentDefinition
用法
Dim instance As SPVssComponentDefinition
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPVssComponentDefinition

备注

SharePoint 基础 VSS 编写器服务(有时称为 SPF 编写器服务或者 SPF VSS 编写器) 是一种与SharePoint Foundation一起安装 Windows 服务。它使SharePoint Foundation管理员,以确保其SharePoint Foundation非数据库组件受卷影服务。

为基类来创建该SPVssDiscoveryHelper的信息对象将传递给该 SharePoint VSS 编写器服务,请使用此类。

您还需要创建 VSS 编写器为您自定义的非数据库组件。

只需要在该服务器场的配置数据库中注册的自定义数据库组件。在包含它们的本机SharePoint Foundation数据库中的卷影副本以及 SharePoint VSS 编写器服务中没有内置的 VSS 编写器。因此,您不需要创建的 VSS 编写器,也不需要从SPVssDiscoveryHelper或SPVssComponentDefinition数据库组件派生的类。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPVssComponentDefinition 成员

Microsoft.SharePoint.Administration.Backup 命名空间

其他资源

SharePoint 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