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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET