Partager via


UserProperty(String, Object) Constructeur

Définition

Initialise une nouvelle instance de UserProperty.

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

Paramètres

name
String

Nom de la propriété d’utilisateur.

value
Object

Valeur de la propriété utilisateur. Type : chaîne (ou Expression avec chaîne resultType).

Exceptions

name ou value est null.

S’applique à