Propriété IsBinaryOrdered
Gets or sets a value that indicates whether the alias data type is binary ordered.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Property IsBinaryOrdered As Boolean
Get
Set
'Utilisation
Dim instance As IMutableClrDataType
Dim value As Boolean
value = instance.IsBinaryOrdered
instance.IsBinaryOrdered = value
bool IsBinaryOrdered { get; set; }
property bool IsBinaryOrdered {
bool get ();
void set (bool value);
}
abstract IsBinaryOrdered : bool with get, set
function get IsBinaryOrdered () : boolean
function set IsBinaryOrdered (value : boolean)
Valeur de propriété
Type : System. . :: . .Boolean
true if the alias data type is binary ordered; otherwise, false.