你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserProperty 类

定义

用户属性。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.UserProperty+UserPropertyConverter))]
public class UserProperty
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.UserProperty+UserPropertyConverter))>]
type UserProperty = class
Public Class UserProperty
继承
UserProperty
属性

构造函数

UserProperty(String, Object)

初始化 UserProperty 的新实例。

属性

Name

用户属性名称。

Value

用户属性值。 类型:包含 resultType 字符串) 的字符串 (或表达式。

适用于