次の方法で共有


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

操作結果のセキュリティ セット。

適用対象