Udostępnij za pośrednictwem


Właściwość DataType.Bit

Pobiera typ danych, który określa Bit definicja używana w typie danych.

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

Składnia

'Deklaracja
Public Shared ReadOnly Property Bit As DataType
    Get
'Użycie
Dim value As DataType

value = DataType.Bit
public static DataType Bit { get; }
public:
static property DataType^ Bit {
    DataType^ get ();
}
static member Bit : DataType
static function get Bit () : DataType

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.DataType
A DataType Określa wartość obiektu Bit definicji typu danych.

Przykłady

Visual Basic

Dim d As DataType
d = New DataType(SqlDataType.Bit)

PowerShell

$dt = new-object Microsoft.SqlServer.Management.Smo.DataType([Microsoft.SqlServer.Management.Smo.SqlDataType]::Bit)