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

その結果、操作のセキュリティセットが実現します。

適用対象