IsBinaryOrdered プロパティ
別名データ型がバイナリ順であるかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
ReadOnly Property IsBinaryOrdered As Boolean
Get
'使用
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
プロパティ値
型: System. . :: . .Boolean
別名データ型がバイナリ順である場合は true、バイナリ順ではない場合は false です。