SPProcessAccount.LookupManagedAccount 方法

查找在本地服务器场中的受管理的进程帐户信息。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Shared Function LookupManagedAccount ( _
    sid As SecurityIdentifier _
) As SPProcessAccount
用法
Dim sid As SecurityIdentifier
Dim returnValue As SPProcessAccount

returnValue = SPProcessAccount.LookupManagedAccount(sid)
public static SPProcessAccount LookupManagedAccount(
    SecurityIdentifier sid
)

参数

返回值

类型:Microsoft.SharePoint.Administration.SPProcessAccount
对应指定的安全性标识符或为 null 如果安全标识符不匹配帐户由他人管理的进程帐户信息SPProcessAccount

另请参阅

引用

SPProcessAccount 类

SPProcessAccount 成员

Microsoft.SharePoint.Administration 命名空间