Ejemplo n.º 1
0
 public int GetServiceBrokerPortNumber()
 {
     if (string.IsNullOrWhiteSpace(CurrentServer))
     {
         throw new InvalidOperationException(ERROR_SERVER_IS_NOT_DEFINED);
     }
     return(SqlScripts.ExecuteScalar <int>(ConnectionString, SqlScripts.SelectServiceBrokerPortNumberScript()));
 }