次の方法で共有


ISubscriptionBaseUIUserControl.IsPrivilegedUser プロパティ

ユーザーに対して、拡張機能のすべての機能へのアクセスを許可するかどうかを示します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
WriteOnly Property IsPrivilegedUser As Boolean 
    Set
'使用
Dim instance As ISubscriptionBaseUIUserControl 
Dim value As Boolean

instance.IsPrivilegedUser = value
bool IsPrivilegedUser { set; }
property bool IsPrivilegedUser {
    void set (bool value);
}
abstract IsPrivilegedUser : bool with get, set
function set IsPrivilegedUser (value : boolean)

プロパティ値

型: System.Boolean
ユーザーに対して、拡張機能のすべての機能へのアクセスを許可するかどうかを示す Boolean です。false に設定すると、ユーザーは拡張機能により定義された機能にアクセスすることができなくなります。既定値は false です。

関連項目

参照

ISubscriptionBaseUIUserControl インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間