次の方法で共有


Office365Source.OutputColumns プロパティ

定義

Office 365 テーブルから読み取る列。 型: オブジェクトの配列 (またはオブジェクトの resultType 配列を持つ Expression)。 itemType: OutputColumn。 例: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]。

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

プロパティ値

適用対象