次の方法で共有


DataMaskingPolicy.ExemptPrincipals プロパティ

定義

除外プリンシパルの一覧を取得または設定します。 データ マスク ポリシーが適用されないデータベース ユーザーのセミコロン区切りの一覧を指定します。 指定されたユーザーは、すべてのデータベース クエリをマスクせずにデータの結果を受け取ります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.exemptPrincipals")]
public string ExemptPrincipals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.exemptPrincipals")>]
member this.ExemptPrincipals : string with get, set
Public Property ExemptPrincipals As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象