次の方法で共有


SqlServerSecurityAlertPolicyData.DisabledAlerts プロパティ

定義

無効になっているアラートの配列を指定します。 使用できる値は、Sql_Injection、Sql_Injection_Vulnerability、Access_Anomaly、Data_Exfiltration、Unsafe_Action、Brute_Forceです。

public System.Collections.Generic.IList<string> DisabledAlerts { get; }
member this.DisabledAlerts : System.Collections.Generic.IList<string>
Public ReadOnly Property DisabledAlerts As IList(Of String)

プロパティ値

適用対象