IService.SecurityPrincipalsCreate(SecurityPrincipalsRequest) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt neue Benutzer, Gruppen und deren Berechtigungen innerhalb des Sicherheitsmodells.
public:
Microsoft::MasterDataServices::SecurityCreateResponse ^ SecurityPrincipalsCreate(Microsoft::MasterDataServices::SecurityPrincipalsRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")]
public Microsoft.MasterDataServices.SecurityCreateResponse SecurityPrincipalsCreate(Microsoft.MasterDataServices.SecurityPrincipalsRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")>]
abstract member SecurityPrincipalsCreate : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.SecurityCreateResponse
Public Function SecurityPrincipalsCreate (request As SecurityPrincipalsRequest) As SecurityCreateResponse
Parameter
- request
- SecurityPrincipalsRequest
Anfrage erstellen.
Gibt zurück
Eine neue Instanz des Typs SecurityCreateResponse.
- Attribute