Enum DataSourceType
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
DataSourceType
การแจกแจงประเภทแหล่งข้อมูล
หากต้องการเรียกใช้ enum ให้เรียกคลาสหลัก ชื่อ และพร็อพเพอร์ตี้ของ enum นั้น เช่น
SpreadsheetApp.DataSourceType.BIGQUERY
พร็อพเพอร์ตี้
พร็อพเพอร์ตี้ | ประเภท | คำอธิบาย |
DATA_SOURCE_TYPE_UNSUPPORTED | Enum | ประเภทแหล่งข้อมูลที่ Apps Script ไม่รองรับ |
BIGQUERY | Enum | แหล่งข้อมูล BigQuery |
LOOKER | Enum | แหล่งข้อมูล Looker |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eDataSourceType\u003c/code\u003e is used to specify the type of data source used within Google Apps Script.\u003c/p\u003e\n"],["\u003cp\u003eThe enum includes options for unsupported data sources, BigQuery, and Looker.\u003c/p\u003e\n"],["\u003cp\u003eTo reference a specific data source type, use the syntax: \u003ccode\u003eSpreadsheetApp.DataSourceType.[DataSourceType]\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document defines `DataSourceType`, an enumeration of data source types used in Apps Script. It lists three properties: `DATA_SOURCE_TYPE_UNSUPPORTED` (a type not supported), `BIGQUERY` (a BigQuery data source), and `LOOKER` (a Looker data source). To use an enum, you must call it through its parent class, for example: `SpreadsheetApp.DataSourceType.BIGQUERY`. The property's `type` is `Enum`, and a short description is given for each property.\n"],null,["# Enum DataSourceType\n\nDataSourceType\n\nAn enumeration of data source types.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSpreadsheetApp.DataSourceType.BIGQUERY`. \n\n### Properties\n\n| Property | Type | Description |\n|--------------------------------|--------|----------------------------------------------------------|\n| `DATA_SOURCE_TYPE_UNSUPPORTED` | `Enum` | A data source type that is not supported in Apps Script. |\n| `BIGQUERY` | `Enum` | A BigQuery data source. |\n| `LOOKER` | `Enum` | A Looker data source. |"]]