你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchSortOrder Struct

Definition

Search sort order.

public readonly struct SearchSortOrder : IEquatable<Azure.Analytics.Purview.DataMap.SearchSortOrder>
type SearchSortOrder = struct
Public Structure SearchSortOrder
Implements IEquatable(Of SearchSortOrder)
Inheritance
SearchSortOrder
Implements

Constructors

SearchSortOrder(String)

Initializes a new instance of SearchSortOrder.

Properties

Ascend

Use ascending order for sorting.

Descend

Use descending order for sorting.

Methods

Equals(SearchSortOrder)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SearchSortOrder, SearchSortOrder)

Determines if two SearchSortOrder values are the same.

Implicit(String to SearchSortOrder)

Converts a string to a SearchSortOrder.

Inequality(SearchSortOrder, SearchSortOrder)

Determines if two SearchSortOrder values are not the same.

Applies to