Enum DataSourceRefreshScope
DataSourceRefreshScope
Yenilemeler için kapsamların sıralaması.
Bir enum'u çağırmak için üst sınıfını, adını ve özelliğini çağırırsınız. Örneğin,
SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES
.
Özellikler
Özellik | Tür | Açıklama |
DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED | Enum | Veri kaynağı yenileme kapsamı desteklenmiyor. |
ALL_DATA_SOURCES | Enum | Yenileme, e-tablodaki tüm veri kaynaklarına uygulanır. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-02 UTC.
[null,null,["Son güncelleme tarihi: 2023-12-02 UTC."],[[["`DataSourceRefreshScope` is used to define the scope of data refreshes within a spreadsheet."],["You can specify the scope using properties like `ALL_DATA_SOURCES` to refresh all data sources or `DATA_SOURCE_REFRESH_SCOPE_UNSUPPORTED` if the scope is not supported."],["To use these properties, you need to call them using the parent class followed by the enum name and property like `SpreadsheetApp.DataSourceRefreshScope.ALL_DATA_SOURCES`."]]],[]]