Partager via


IsBinaryOrdered propriété

Gets the Boolean property that specifies whether the alias data type is binary ordered.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsBinaryOrdered As Boolean
    Get
'Utilisation
Dim instance As UserDefinedType
Dim value As Boolean

value = instance.IsBinaryOrdered
[SfcPropertyAttribute]
public bool IsBinaryOrdered { get; }
[SfcPropertyAttribute]
public:
property bool IsBinaryOrdered {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsBinaryOrdered : bool
function get IsBinaryOrdered () : boolean

Valeur de la propriété

Type : System. . :: . .Boolean
A Boolean value that specifies whether the alias data type is binary ordered.
If True, the alias data type is binary ordered.
If False (default), the alias data type is not binary ordered.