Share via


SystemDataTypeLookupBase.Int Property

Gets the ISystemDataType object that represents the int data type.

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

Syntax

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

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

Property Value

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