DataTableResponseColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataTableResponseColumn() |
Initializes a new instance of the DataTableResponseColumn class. |
DataTableResponseColumn(String, String, String) |
Initializes a new instance of the DataTableResponseColumn class. |
DataTableResponseColumn()
Initializes a new instance of the DataTableResponseColumn class.
public DataTableResponseColumn ();
Public Sub New ()
Applies to
DataTableResponseColumn(String, String, String)
Initializes a new instance of the DataTableResponseColumn class.
public DataTableResponseColumn (string columnName = default, string dataType = default, string columnType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.DataTableResponseColumn : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.DataTableResponseColumn
Public Sub New (Optional columnName As String = Nothing, Optional dataType As String = Nothing, Optional columnType As String = Nothing)
Parameters
- columnName
- String
Name of the column
- dataType
- String
Data type which looks like 'String' or 'Int32'.
- columnType
- String
Column Type
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET