SecurityTemplatesDataSet.CategoryPermissionsDataTable.FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID 方法
會取得安全性巨集指令與範本所指定的CategoryPermissionsRow物件。
命名空間: WebSvcSecurity
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Function FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID ( _
WSEC_FEA_ACT_UID As Guid, _
WSEC_TMPL_UID As Guid _
) As SecurityTemplatesDataSet.CategoryPermissionsRow
'用途
Dim instance As SecurityTemplatesDataSet.CategoryPermissionsDataTable
Dim WSEC_FEA_ACT_UID As Guid
Dim WSEC_TMPL_UID As Guid
Dim returnValue As SecurityTemplatesDataSet.CategoryPermissionsRow
returnValue = instance.FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID(WSEC_FEA_ACT_UID, _
WSEC_TMPL_UID)
public SecurityTemplatesDataSet.CategoryPermissionsRow FindByWSEC_FEA_ACT_UIDWSEC_TMPL_UID(
Guid WSEC_FEA_ACT_UID,
Guid WSEC_TMPL_UID
)
參數
WSEC_FEA_ACT_UID
類型:System.Guid包含 web 安全性功能動作的 GUID。
WSEC_TMPL_UID
類型:System.Guid包含的網站安全性範本的 GUID。
傳回值
類型:WebSvcSecurity.SecurityTemplatesDataSet.CategoryPermissionsRow
請參閱
參照
SecurityTemplatesDataSet.CategoryPermissionsDataTable 類別