共用方式為


SPSite constructor (Guid)

初始化根據指定的識別碼,網站集合的SPSite類別的新執行個體。

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

Syntax

'宣告
Public Sub New ( _
    id As Guid _
)
'用途
Dim id As Guid

Dim instance As New SPSite(id)
public SPSite(
    Guid id
)

參數

Exceptions

Exception Condition
FileNotFoundException

找不到站台集合。

備註

注意

沙箱化解決方案中不允許這個建構函式。在這種情況下, id參數的值必須解析成部署沙箱化的解決方案時的父網站集合的ID屬性的值。如果id參數的值解析為任何其他網站集合的ID屬性的值,建構函式擲回例外狀況,因為沙箱化解決方案不允許存取任何 SharePoint 以外的物件其裝載的網站集合。

請參閱

參照

SPSite class

SPSite members

SPSite overload

Microsoft.SharePoint namespace