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

UserProperty 构造函数

定义

重载

UserProperty()

初始化 UserProperty 类的新实例。

UserProperty(String, Object)

初始化 UserProperty 类的新实例。

UserProperty()

初始化 UserProperty 类的新实例。

public UserProperty ();
Public Sub New ()

适用于

UserProperty(String, Object)

初始化 UserProperty 类的新实例。

public UserProperty (string name, object value);
new Microsoft.Azure.Management.DataFactory.Models.UserProperty : string * obj -> Microsoft.Azure.Management.DataFactory.Models.UserProperty
Public Sub New (name As String, value As Object)

参数

name
String

用户属性名称。

value
Object

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

适用于