USqlDirectedColumn 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
USqlDirectedColumn() |
Initializes a new instance of the USqlDirectedColumn class. |
USqlDirectedColumn(String, Nullable<Boolean>) |
Initializes a new instance of the USqlDirectedColumn class. |
USqlDirectedColumn()
Initializes a new instance of the USqlDirectedColumn class.
public USqlDirectedColumn ();
Public Sub New ()
Applies to
USqlDirectedColumn(String, Nullable<Boolean>)
Initializes a new instance of the USqlDirectedColumn class.
public USqlDirectedColumn (string name = default, bool? descending = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn : string * Nullable<bool> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn
Public Sub New (Optional name As String = Nothing, Optional descending As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
the name of the index in the table.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET