IService.SecurityPrincipalsCreate Method (SecurityPrincipalsRequest)

 

Applies To: SQL Server 2016 Preview

Creates new users, groups and their permissions within the security model.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
SecurityCreateResponse SecurityPrincipalsCreate(
    SecurityPrincipalsRequest request
)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")]
[FaultContractAttribute((EditionExpiredMessage^::typeid), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
SecurityCreateResponse^ SecurityPrincipalsCreate(
    SecurityPrincipalsRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate",
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")>]
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault",
    Name = "EditionExpiredMessage")>]
abstract SecurityPrincipalsCreate : 
        request:SecurityPrincipalsRequest -> SecurityCreateResponse
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate",
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")>
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault",
    Name := "EditionExpiredMessage")>
Function SecurityPrincipalsCreate (
    request As SecurityPrincipalsRequest
) As SecurityCreateResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.SecurityCreateResponse

A new instance of type SecurityCreateResponse.

See Also

IService Interface
Microsoft.MasterDataServices Namespace

Return to top