Metodo ServiceClient.IService.SecurityPrivilegesClone
Creates an exact copy of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Private Function SecurityPrivilegesClone ( _
request As SecurityPrivilegesRequest _
) As MessageResponse Implements IService.SecurityPrivilegesClone
'Utilizzo
Dim instance As ServiceClient
Dim request As SecurityPrivilegesRequest
Dim returnValue As MessageResponse
returnValue = CType(instance, IService).SecurityPrivilegesClone(request)
MessageResponseIService.SecurityPrivilegesClone(
SecurityPrivilegesRequest request
)
private:
virtual MessageResponse^ SecurityPrivilegesClone(
SecurityPrivilegesRequest^ request
) sealed = IService::SecurityPrivilegesClone
private abstract SecurityPrivilegesClone :
request:SecurityPrivilegesRequest -> MessageResponse
private override SecurityPrivilegesClone :
request:SecurityPrivilegesRequest -> MessageResponse
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- request
Tipo: Microsoft.MasterDataServices.SecurityPrivilegesRequest
The clone request.
Valore restituito
Tipo: Microsoft.MasterDataServices.MessageResponse
The MessageResponse for the operation.
Implementa
IService.SecurityPrivilegesClone(SecurityPrivilegesRequest)