指定されたプリンシパル識別子、型、および関数を使用して 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 _
)
'使用
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
プリンシパルの識別子。
- type
型: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
指定されたプリンシパル識別子の型。
- function
型: Microsoft.MasterDataServices.Services.DataContracts.FunctionalArea
特権の関数領域。