次の方法で共有


SecurityPrivilegesDeleteRequest クラス

定義

セキュリティ特権を削除するための条件を SecurityPrivilegesDeleteCriteria で指定する要求メッセージを表します。

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

コンストラクター

SecurityPrivilegesDeleteRequest()

SecurityPrivilegesDeleteRequest クラスの既定値を持つ新しいインスタンスを初期化します。

SecurityPrivilegesDeleteRequest(International, SecurityPrivilegesDeleteCriteria)

指定されたカルチャ設定とセキュリティ特権の削除条件を持つ SecurityPrivilegesDeleteRequest クラスの新しいインスタンスを初期化します。

フィールド

Criteria

セキュリティ特権を削除するための条件。

International

カルチャ設定。

適用対象