共用方式為


SPVssDiscoveryHelper.Run method

會傳回物件,提供有關自訂內容元件 SharePoint VSS 編寫器服務所需的資訊。

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
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()

傳回值

Type: System.Collections.ObjectModel.Collection<SPVssComponentDefinition>
Collection <SPVssComponentDefinition>,其成員的每個提供不同的非資料庫自訂內容元件的相關資訊。

備註

預設實作會傳回a null reference (Nothing in Visual Basic)。

呼叫此方法用於內部由SharePoint Foundation之前 SharePoint VSS 編寫器服務所建立的陰影複製。沒有呼叫它直接從程式碼。

請參閱

參照

SPVssDiscoveryHelper class

SPVssDiscoveryHelper members

Microsoft.SharePoint.Administration.Backup namespace

其他資源

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