次の方法で共有


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

指定されたプリンシパル識別子、型、および関数を使用して 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
)

パラメーター

関連項目

参照

FunctionPrivilege クラス

FunctionPrivilege オーバーロード

Microsoft.MasterDataServices.Services.DataContracts 名前空間