SPVssComponentDefinition class
提供有關自訂、 非資料庫、 SharePoint Foundation內容元件 SharePointVSS 編寫器服務的資訊。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<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 Foundation VSS 編寫器服務(有時稱為 SPF 編寫器服務] 或 [SPF VSS 編寫器) 是以SharePoint Foundation安裝的 Windows 服務。它可讓SharePoint Foundation系統管理員,以確保其SharePoint Foundation非資料庫元件並受到磁碟區陰影服務。
當建立參考物件SPVssDiscoveryHelper該基底類別將會傳遞至 SharePoint VSS 編寫器服務,請使用此類別。
您也必須建立自訂的非資料庫元件的 VSS 編寫器。
自訂資料庫元件只需要在伺服器陣列設定資料庫中註冊。SharePoint VSS 編寫器服務,包括其以及陰影複製的原生SharePoint Foundation資料庫中沒有內建的 VSS 編寫器。據以,您不需要建立的 VSS 編寫器,也不需要從SPVssDiscoveryHelper或SPVssComponentDefinition資料庫元件的衍生類別。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
請參閱
參照
SPVssComponentDefinition members
Microsoft.SharePoint.Administration.Backup namespace
其他資源
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