SecurityTemplatesDataSet.SecurityTemplatesDataTable.FindByWSEC_TMPL_UID 方法

获取由安全模板中指定的SecurityTemplatesRow对象。

命名空间:  WebSvcSecurity
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Function FindByWSEC_TMPL_UID ( _
    WSEC_TMPL_UID As Guid _
) As SecurityTemplatesDataSet.SecurityTemplatesRow
用法
Dim instance As SecurityTemplatesDataSet.SecurityTemplatesDataTable
Dim WSEC_TMPL_UID As Guid
Dim returnValue As SecurityTemplatesDataSet.SecurityTemplatesRow

returnValue = instance.FindByWSEC_TMPL_UID(WSEC_TMPL_UID)
public SecurityTemplatesDataSet.SecurityTemplatesRow FindByWSEC_TMPL_UID(
    Guid WSEC_TMPL_UID
)

参数

  • WSEC_TMPL_UID
    类型:System.Guid

    包含 web 安全模板的 GUID。

返回值

类型:WebSvcSecurity.SecurityTemplatesDataSet.SecurityTemplatesRow

另请参阅

引用

SecurityTemplatesDataSet.SecurityTemplatesDataTable 类

SecurityTemplatesDataSet.SecurityTemplatesDataTable 成员

WebSvcSecurity 命名空间