次の方法で共有


FunctionPrivilege コンストラクター (Identifier, PrincipalType, FunctionalArea, Boolean)

指定されたプリンシパル識別子、型、関数、および承認を使用して FunctionPrivilege クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
Public Sub New ( _
    principalId As Identifier, _
    type As PrincipalType, _
    function As FunctionalArea, _
    isAuthorized As Boolean _
)
'使用
Dim principalId As Identifier 
Dim type As PrincipalType 
Dim function As FunctionalArea 
Dim isAuthorized As Boolean 

Dim instance As New FunctionPrivilege(principalId, _
    type, function, isAuthorized)
public FunctionPrivilege(
    Identifier principalId,
    PrincipalType type,
    FunctionalArea function,
    bool isAuthorized
)
public:
FunctionPrivilege(
    Identifier^ principalId, 
    PrincipalType type, 
    FunctionalArea function, 
    bool isAuthorized
)
new : 
        principalId:Identifier * 
        type:PrincipalType * 
        function:FunctionalArea * 
        isAuthorized:bool -> FunctionPrivilege
public function FunctionPrivilege(
    principalId : Identifier, 
    type : PrincipalType, 
    function : FunctionalArea, 
    isAuthorized : boolean
)

パラメーター

  • isAuthorized
    型: System.Boolean
    特権を承認する必要があることを示す場合は true、それ以外の場合は false。

関連項目

参照

FunctionPrivilege クラス

FunctionPrivilege オーバーロード

Microsoft.MasterDataServices.Services.DataContracts 名前空間