Partager via


MashupParameter Constructeurs

Définition

Surcharges

MashupParameter()
MashupParameter(String, String, Boolean, String, IList<String>)

MashupParameter()

public MashupParameter ();
Public Sub New ()

S’applique à

MashupParameter(String, String, Boolean, String, IList<String>)

public MashupParameter (string name, string type, bool isRequired, string currentValue = default, System.Collections.Generic.IList<string> suggestedValues = default);
new Microsoft.PowerBI.Api.Models.MashupParameter : string * string * bool * string * System.Collections.Generic.IList<string> -> Microsoft.PowerBI.Api.Models.MashupParameter
Public Sub New (name As String, type As String, isRequired As Boolean, Optional currentValue As String = Nothing, Optional suggestedValues As IList(Of String) = Nothing)

Paramètres

name
String
type
String
isRequired
Boolean
currentValue
String
suggestedValues
IList<String>

S’applique à