IsBinaryOrdered 屬性
Gets or sets a value that indicates whether the alias data type is binary ordered.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Property IsBinaryOrdered As Boolean
Get
Set
'用途
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)
屬性值
型別:System. . :: . .Boolean
true if the alias data type is binary ordered; otherwise, false.