SearchIndexerDataSourceConnection コンストラクター

定義

SearchIndexerDataSourceConnection クラスの新しいインスタンスを作成します。

public SearchIndexerDataSourceConnection (string name, Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceType type, string connectionString, Azure.Search.Documents.Indexes.Models.SearchIndexerDataContainer container);
new Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceConnection : string * Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceType * string * Azure.Search.Documents.Indexes.Models.SearchIndexerDataContainer -> Azure.Search.Documents.Indexes.Models.SearchIndexerDataSourceConnection
Public Sub New (name As String, type As SearchIndexerDataSourceType, connectionString As String, container As SearchIndexerDataContainer)

パラメーター

name
String

データ ソースの名前です。

type
SearchIndexerDataSourceType

データ ソースの種類。

connectionString
String

データ ソースへの接続文字列。

container
SearchIndexerDataContainer

データ ソースのデータ コンテナー。

例外

nameconnectionString、または container が null です。

適用対象