共用方式為


Repository.QueryEffectiveGlobalPermissions 方法

計算使用者的全域使用權限。 應用程式允許和拒絕清單,繼承,,並讓使用者具有使用權限的簡單清單的群組成員資格規則。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
<WebMethodAttribute> _
Public Function QueryEffectiveGlobalPermissions ( _
    identityName As String _
) As List(Of String)
[WebMethodAttribute]
public List<string> QueryEffectiveGlobalPermissions(
    string identityName
)

參數

  • identityName
    型別:System.String
    查詢使用權限的使用者。

傳回值

型別:System.Collections.Generic.List<String>
使用權限名稱。

.NET Framework 安全性

請參閱

參考

Repository 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間