A class that will create the queue tables if needed. No support for updating existing tables is provided.
Inheritance: IQueueCreation
 /// <summary>
 /// Initializes a new instance of the <see cref="SqlServerJobQueueCreation"/> class.
 /// </summary>
 /// <param name="queueCreation">The queue creation.</param>
 public SqlServerJobQueueCreation(SqlServerMessageQueueCreation queueCreation)
 {
     _queueCreation = queueCreation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SqlServerJobQueueCreation"/> class.
 /// </summary>
 /// <param name="queueCreation">The queue creation.</param>
 public SqlServerJobQueueCreation(SqlServerMessageQueueCreation queueCreation)
 {
     _queueCreation = queueCreation;
 }