SecurityPrivilegesGetResponse 类

定义

表示一个响应消息,它返回一个操作结果和一个包含所返回安全特权的 SecurityPrivileges 实例。

public ref class SecurityPrivilegesGetResponse
[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="SecurityPrivilegesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrivilegesGetResponse
[<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="SecurityPrivilegesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivilegesGetResponse = class
Public Class SecurityPrivilegesGetResponse
继承
SecurityPrivilegesGetResponse
属性

构造函数

SecurityPrivilegesGetResponse()

初始化具有默认值的 SecurityPrivilegesGetResponse 类的新实例。

SecurityPrivilegesGetResponse(OperationResult, SecurityPrivileges)

初始化具有指定的操作结果和要获取的安全特权的 SecurityPrivilegesGetResponse 类的新实例。

字段

OperationResult

操作结果,包括用于跟踪和日志记录的唯一 ID。

Privileges

要获取的安全特权。

适用于