DirectQueryRefreshSchedule Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DirectQueryRefreshSchedule() | |
DirectQueryRefreshSchedule(Nullable<Int32>, IList<Nullable<Days>>, IList<String>, String) |
DirectQueryRefreshSchedule()
public DirectQueryRefreshSchedule ();
Public Sub New ()
Applies to
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)
Parameters
- localTimeZoneId
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET