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