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

DirectQueryRefreshSchedule 构造函数

定义

重载

DirectQueryRefreshSchedule()
DirectQueryRefreshSchedule(Nullable<Int32>, IList<Nullable<Days>>, IList<String>, String)

DirectQueryRefreshSchedule()

public DirectQueryRefreshSchedule ();
Public Sub New ()

适用于

DirectQueryRefreshSchedule(Nullable<Int32>, IList<Nullable<Days>>, IList<String>, String)

public DirectQueryRefreshSchedule (int? frequency = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Days?> days = default, System.Collections.Generic.IList<string> times = default, string localTimeZoneId = default);
new Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule : Nullable<int> * System.Collections.Generic.IList<Nullable<Microsoft.PowerBI.Api.Models.Days>> * System.Collections.Generic.IList<string> * string -> Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule
Public Sub New (Optional frequency As Nullable(Of Integer) = Nothing, Optional days As IList(Of Nullable(Of Days)) = Nothing, Optional times As IList(Of String) = Nothing, Optional localTimeZoneId As String = Nothing)

参数

frequency
Nullable<Int32>
times
IList<String>
localTimeZoneId
String

适用于