次の方法で共有


KnowledgeStore(String, IEnumerable<KnowledgeStoreProjection>) コンストラクター

定義

KnowledgeStore の新しいインスタンスを初期化します。

public KnowledgeStore (string storageConnectionString, System.Collections.Generic.IEnumerable<Azure.Search.Documents.Indexes.Models.KnowledgeStoreProjection> projections);
new Azure.Search.Documents.Indexes.Models.KnowledgeStore : string * seq<Azure.Search.Documents.Indexes.Models.KnowledgeStoreProjection> -> Azure.Search.Documents.Indexes.Models.KnowledgeStore
Public Sub New (storageConnectionString As String, projections As IEnumerable(Of KnowledgeStoreProjection))

パラメーター

storageConnectionString
String

ストレージ アカウント プロジェクションへの接続文字列は に格納されます。

projections
IEnumerable<KnowledgeStoreProjection>

インデックス作成中に実行する追加のプロジェクションの一覧。

例外

storageConnectionString または projections が null です。

適用対象