次の方法で共有


IDataTableResponseObject.Column Property

Definition

List of columns with data types

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of columns with data types", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn) }, ReadOnly=false, Required=false, SerializedName="columns")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn[] Column { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of columns with data types", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn) }, ReadOnly=false, Required=false, SerializedName="columns")>]
member this.Column : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDataTableResponseColumn[] with get, set
Public Property Column As IDataTableResponseColumn()

Property Value

Attributes

Applies to