SecurityCreateResponse 类

定义

表示安全创建响应消息约定。

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

构造函数

SecurityCreateResponse()

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

SecurityCreateResponse(OperationResult, SecuritySet)

初始化具有指定的操作结果和安全集的 SecurityCreateResponse 类的新实例。

字段

OperationResult

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

SecuritySet

操作生成的安全集。

适用于