IService.SecurityPrincipalsCreate 메서드
Creates new users, groups and their permissions within the security model.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<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
‘사용 방법
Dim instance As IService
Dim request As SecurityPrincipalsRequest
Dim returnValue As SecurityCreateResponse
returnValue = instance.SecurityPrincipalsCreate(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")]
SecurityCreateResponse SecurityPrincipalsCreate(
SecurityPrincipalsRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate",
ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault",
Name = L"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
function SecurityPrincipalsCreate(
request : SecurityPrincipalsRequest
) : SecurityCreateResponse
매개 변수
- request
유형: Microsoft.MasterDataServices.SecurityPrincipalsRequest
Create request.
반환 값
유형: Microsoft.MasterDataServices.SecurityCreateResponse
A new instance of type SecurityCreateResponse.