Udostępnij przez


Właściwość IMutableClrDataType.IsBinaryOrdered

Pobiera lub ustawia wartość wskazującą, czy typ danych alias jest plikiem binarnym zamówione.

Przestrzeń nazw:  Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw:  Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)

Składnia

'Deklaracja
Property IsBinaryOrdered As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli alias ma typ danych binarnych zamówione; w przeciwnym razie false.

Implementacje

IClrDataType.IsBinaryOrdered