ServiceClient.SecurityPrincipalsCreate Método

Definición

Crea nuevos usuarios, grupos y sus permisos dentro del modelo de seguridad.

public:
 Microsoft::MasterDataServices::OperationResult ^ SecurityPrincipalsCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrincipals ^ Principals, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::SecuritySet ^ % SecuritySet);
public Microsoft.MasterDataServices.OperationResult SecurityPrincipalsCreate(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrincipals Principals, out Microsoft.MasterDataServices.SecuritySet SecuritySet);
member this.SecurityPrincipalsCreate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrincipals * SecuritySet -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrincipalsCreate (International As International, Principals As SecurityPrincipals, ByRef SecuritySet As SecuritySet) As OperationResult

Parámetros

International
International

Los entornos culturales.

Principals
SecurityPrincipals

El conjunto de usuarios y grupos de usuarios a crear.

SecuritySet
SecuritySet

Cuando este método regresa, contiene el contrato de datos para los criterios de búsqueda de seguridad. Este parámetro se pasa sin inicializar.

Devoluciones

Un objeto que OperationResult contiene el resultado de una operación.

Se aplica a