指定されたプリンシパル識別子、型、関数、および承認を使用して 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
)
パラメーター
- principalId
型: Microsoft.MasterDataServices.Services.DataContracts.Identifier
プリンシパルの識別子。
- type
型: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
プリンシパルの識別子の型。
- function
型: Microsoft.MasterDataServices.Services.DataContracts.FunctionalArea
特権の関数領域。
- isAuthorized
型: System.Boolean
特権を承認する必要があることを示す場合は true、それ以外の場合は false。