Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the FunctionPrivilege class with the specified principal identifier, type, and function.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public Sub New ( _
principalId As Identifier, _
type As PrincipalType, _
function As FunctionalArea _
)
'Usage
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
)
Parameter
- principalId
Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier for the principal.
- type
Typ: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The type for the specified principal identifier.
- function
Typ: Microsoft.MasterDataServices.Services.DataContracts.FunctionalArea
The functional area for the privilege.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace