IsBinaryOrdered Propiedad
Gets a value that indicates whether the alias data type is binary ordered.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property IsBinaryOrdered As Boolean
Get
'Uso
Dim instance As IClrDataType
Dim value As Boolean
value = instance.IsBinaryOrdered
bool IsBinaryOrdered { get; }
property bool IsBinaryOrdered {
bool get ();
}
abstract IsBinaryOrdered : bool
function get IsBinaryOrdered () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the alias data type is binary ordered; otherwise, false.
Vea también