Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

IsAssignedRole() 関数

  • Last UpdatedSep 26, 2024
  • 1 minute read

現在ログオンしているユーザーが指定したユーザー役割のメンバであるかどうかを判断します。ArchestrA セキュリティに対してのみ適用されます。

カテゴリ

セキュリティ

構文

DiscreteTag=IsAssignedRole( "RoleName" );

引数

RoleName

Application Server ユーザーに関連付けられている役割

備考

ArchestrA セキュリティ モードのみに対して有効で、現在ログオンしているユーザーに適用されます。ユーザーが現在ログオンしており、Galaxy IDE で RoleName 役割が割り当てられている場合、TRUE が返されます。それ以外の場合は、FALSE が返されます。

DiscreteTag=IsAssignedRole( "Administrators" );

参照項目

AttemptInvisibleLogon()、PostLogonDialog()、InvisibleVerifyCredentials()、QueryGroupMembership()、AddPermission()