GroupCollection.Remove 方法
從集合中移除指定的群組。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Sub Remove ( _
group As Group _
)
'用途
Dim instance As GroupCollection
Dim group As Group
instance.Remove(group)
public void Remove(
Group group
)
參數
group
類型:Microsoft.SharePoint.Client.Group代表群組,若要移除的Group物件。
它必須 null。
例外狀況
例外狀況 | 條件 |
---|---|
SPDistributionGroupException | 當刪除DistributionGroup失敗,請或核准拒絕的 Microsoft SharePoint 目錄管理服務或重複的電子郵件中的目錄管理服務或不正確的引數,目錄管理服務或目錄管理服務未設定,或拒絕管理目錄服務或在目錄管理服務或目錄管理服務中找不到物件中存取報表無法辨識的錯誤。錯誤碼 ︰-2146232832。 |
SPException | 使用者找不到,或無法修改UserCollection,或您無法刪除繼承的網站。錯誤碼 ︰-2146232832。 |
ArgumentException | 您無法刪除管理員網站群組集合,或最後一個伺服器陣列管理員無法移除。錯誤碼 ︰-2147024809。 |
InvalidOperationException | 無法移除具有唯一的角色指派權限的使用者。錯誤碼:-1。 |
SecurityException | 更新伺服器陣列管理員群組時,就會拒絕存取。錯誤碼:-1。 |
UnauthorizedAccessException | 目前的使用者會有足夠的權限。錯誤碼 ︰-2147024891。 |