IService.SecurityPrivilegesCreate(SecurityPrivilegesRequest) 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.
Schafft Sicherheitsrechte.
public:
Microsoft::MasterDataServices::SecurityCreateResponse ^ SecurityPrivilegesCreate(Microsoft::MasterDataServices::SecurityPrivilegesRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesCreateEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesCreate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesCreateResponse")]
public Microsoft.MasterDataServices.SecurityCreateResponse SecurityPrivilegesCreate(Microsoft.MasterDataServices.SecurityPrivilegesRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesCreateEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesCreate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrivilegesCreateResponse")>]
abstract member SecurityPrivilegesCreate : Microsoft.MasterDataServices.SecurityPrivilegesRequest -> Microsoft.MasterDataServices.SecurityCreateResponse
Public Function SecurityPrivilegesCreate (request As SecurityPrivilegesRequest) As SecurityCreateResponse
Parameter
- request
- SecurityPrivilegesRequest
Eine Anfrage zur Erstellung von Sicherheitsrechten.
Gibt zurück
Eine neue Instanz des Typs SecurityCreateResponse.
- Attribute