GoogleBigQueryLinkedService(Object, GoogleBigQueryAuthenticationType) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
GoogleBigQueryLinkedService の新しいインスタンスを初期化します。
public GoogleBigQueryLinkedService (object project, Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryAuthenticationType authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryLinkedService : obj * Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryAuthenticationType -> Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryLinkedService
Public Sub New (project As Object, authenticationType As GoogleBigQueryAuthenticationType)
パラメーター
- project
- Object
クエリ対象の既定の BigQuery プロジェクト。
- authenticationType
- GoogleBigQueryAuthenticationType
認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。
例外
project
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET