Do you want to know the current size of the connection pool or do you want to be able to specify minimum and maximum sizes?
If you want to specify minimum and maximum sizes, you can add the following parameters to the connection string: MinPoolSize=X or MaxPoolSize=Y
if X > 1 that's the amount of connections that will be initialized when the connection pool is created.
The default maxpoolsize is 100.