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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET