Share via


DataFactoryDatasetProperties.Structure Property

Definition

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

public Azure.Core.Expressions.DataFactory.DataFactoryElement<System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.DatasetDataElement>> Structure { get; set; }
member this.Structure : Azure.Core.Expressions.DataFactory.DataFactoryElement<System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.DatasetDataElement>> with get, set
Public Property Structure As DataFactoryElement(Of IList(Of DatasetDataElement))

Property Value

Applies to