SecurityPrincipalsGetResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示MDS安全响应的消息契约。
public ref class SecurityPrincipalsGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrincipalsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrincipalsGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SecurityPrincipalsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsGetResponse = class
Public Class SecurityPrincipalsGetResponse
- 继承
-
SecurityPrincipalsGetResponse
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| SecurityPrincipalsGetResponse() |
初始化一个具有默认值的 SecurityPrincipalsGetResponse 类的新实例。 |
| SecurityPrincipalsGetResponse(OperationResult, SecurityPrincipals) |
初始化一个新的类实例,该实例 SecurityPrincipalsGetResponse 具有指定的操作结果和要获得的主体。 |
字段
| 名称 | 说明 |
|---|---|
| OperationResult |
操作结果包括用于跟踪和记录的唯一ID。 |
| Principals |
要获得的原则。 |