IService.SecurityPrincipalsCreate Method
SQL Server 2012
Creates new users, groups and their permissions within the security model.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[OperationContractAttribute(Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate", ReplyAction = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")] [FaultContractAttribute(typeof(EditionExpiredMessage), Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault", Name = "EditionExpiredMessage")] SecurityCreateResponse SecurityPrincipalsCreate( SecurityPrincipalsRequest request )
Parameters
- request
- Type: Microsoft.MasterDataServices.SecurityPrincipalsRequest
Create request.
Return Value
Type: Microsoft.MasterDataServices.SecurityCreateResponseA new instance of type SecurityCreateResponse.
