FunctionPrivilege 构造函数 (Identifier, PrincipalType, FunctionalArea)
Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, and function.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
Public Sub New ( _
principalId As Identifier, _
type As PrincipalType, _
function As FunctionalArea _
)
用法
Dim principalId As Identifier
Dim type As PrincipalType
Dim function As FunctionalArea
Dim instance As New FunctionPrivilege(principalId, _
type, function)
public FunctionPrivilege(
Identifier principalId,
PrincipalType type,
FunctionalArea function
)
public:
FunctionPrivilege(
Identifier^ principalId,
PrincipalType type,
FunctionalArea function
)
new :
principalId:Identifier *
type:PrincipalType *
function:FunctionalArea -> FunctionPrivilege
public function FunctionPrivilege(
principalId : Identifier,
type : PrincipalType,
function : FunctionalArea
)
参数
- 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.