IClrDataType.IsBinaryOrdered Property

 

Applies To: SQL Server 2016 Preview

Gets a value that indicates whether the alias data type is binary ordered.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

bool IsBinaryOrdered { get; }
property bool IsBinaryOrdered {
    bool get();
}
abstract IsBinaryOrdered : bool with get
ReadOnly Property IsBinaryOrdered As Boolean

Property Value

Type: System.Boolean

true if the alias data type is binary ordered; otherwise, false.

See Also

IClrDataType Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top