Share via


SystemDataTypeLookupBase.DateTime Property

Gets the ISystemDataType object that represents the datetime data type.

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

Syntax

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

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

Property Value

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

See Also

Reference

SystemDataTypeLookupBase Class

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace