次の方法で共有


DataSourceListResult.DataSources プロパティ

定義

Search サービスのデータソースを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.DataSource> DataSources { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.DataSources : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.DataSource>
Public ReadOnly Property DataSources As IList(Of DataSource)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象