Share via


SystemDataTypeLookupBase.Bit Property

Gets the ISystemDataType object that represents the bit data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public ReadOnly Property Bit As ISystemDataType
    Get
'Usage
Dim instance As SystemDataTypeLookupBase
Dim value As ISystemDataType

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

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the bit data type.