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

MashupParameter 构造函数

定义

重载

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

MashupParameter()

public MashupParameter ();
Public Sub New ()

适用于

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)

参数

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

适用于