FunctionPrivilege 생성자 (Identifier, PrincipalType, FunctionalArea, Boolean)
Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, function, and authorization.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.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
The Identifier of the Principal in the function privilege assignment.
- type
유형: Microsoft.MasterDataServices.Services.DataContracts. . :: . .PrincipalType
Function type.
- function
유형: Microsoft.MasterDataServices.Services.DataContracts. . :: . .FunctionalArea
The FunctionalArea assigned to the security principal.
- isAuthorized
유형: System. . :: . .Boolean
Authorization value.