Doctrine\DBAL\Platforms\SQLServerPlatform::supportsIdentityColumns PHP Method

supportsIdentityColumns() public method

Microsoft SQL Server supports this through AUTO_INCREMENT columns.
    public function supportsIdentityColumns()
    {
        return true;
    }
SQLServerPlatform