다음을 통해 공유


AzureSearchIndexDataset.IndexName Property

Definition

Gets or sets the name of the Azure Search Index. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.indexName")]
public object IndexName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.indexName")>]
member this.IndexName : obj with get, set
Public Property IndexName As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to