Compartir a través de


FunctionPrivilege Constructor (Identifier, PrincipalType, FunctionalArea)

Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, and function.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
Public Sub New ( _
    principalId As Identifier, _
    type As PrincipalType, _
    function As FunctionalArea _
)
'Uso
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
)

Parámetros

Vea también

Referencia

FunctionPrivilege Clase

Sobrecarga de FunctionPrivilege

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts