共用方式為


SPDeletedSiteLookupInfo.DatabaseId property

取得或設定包含已刪除的網站集合的內容資料庫的 GUID。

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

Syntax

'宣告
Public Property DatabaseId As Guid
    Get
    Set
'用途
Dim instance As SPDeletedSiteLookupInfo
Dim value As Guid

value = instance.DatabaseId

instance.DatabaseId = value
public Guid DatabaseId { get; set; }

Property value

Type: System.Guid
包含已刪除的網站集合的內容資料庫的 GUID。

請參閱

參照

SPDeletedSiteLookupInfo class

SPDeletedSiteLookupInfo members

Microsoft.SharePoint.Administration namespace