This class represents the info necessary to connect to a SQL Server database. TODO: Add support for SQL Server Spatial.
Inheritance: Azavea.Open.DAO.SQL.AbstractSqlConnectionDescriptor, ITransactionalConnectionDescriptor
 /// <summary>
 /// Construct the layer.  Should typically be called only by the appropriate
 /// ConnectionDescriptor.
 /// </summary>
 /// <param name="connDesc">Connection to the Firebird DB we'll be using.</param>
 public SQLServerDaLayer(SQLServerDescriptor connDesc)
     : base(connDesc, true)
 {
 }